I hereby claim:
- I am mustaqimm on github.
- I am mustaqim (https://keybase.io/mustaqim) on keybase.
- I have a public key ASD5k6UJ3u6HA4lOp5mfKbvothNVklRRfA4IwK1gbns1qwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Command line only options: | |
-no-config Do not load configuration, use default values. | |
-v,-version Print the version number and exit. | |
-dmenu Start in dmenu mode. | |
-display [string] X server to contact. | |
${DISPLAY} | |
-h,-help This help message. | |
-dump-xresources Dump the current configuration in Xresources format and exit. | |
-e [string] Show a dialog displaying the passed message and exit. | |
-markup Enable pango markup where possible. |
! -*-conf-xdefaults-*- vim: set ft=xdefaults: | |
! "Enabled modi" Set from: Default | |
rofi.modi: combi | |
! "Window width" Set from: Default | |
! rofi.width: 50 | |
! "Number of lines" Set from: Default | |
!rofi.lines: 10 | |
! "Number of columns" Set from: Default | |
!rofi.columns: 2 |
/* -*-css-*- vim: set ft=css: */ | |
configuration { | |
display-combi: "$>"; | |
display-drun: ""; | |
display-window: " "; | |
show-icons: true; | |
lines: 10; | |
columns: 1; | |
} |
// ==UserScript== | |
// @name WikiMuch (Wikipedia Minimal + Paper Sidebar + Languages Mod) | |
// @namespace https://greasyfork.org | |
// @description Lyutria created a nice little mish-mash of the Wikipedia Minimal and the Paper (Sidebar) styles (https://userstyles.org/styles/102164). I tweaked a lot of stuff and added language selection via "Wikipedia rearrange other languages" (https://greasyfork.org/en/scripts/10731). | |
// @author Guillaume | |
// @version 1.7.0 | |
// @icon https://github.com/ltGuillaume/WikiMuch/raw/master/logo.png | |
// @run-at document-start | |
// @match *://*.wikipedia.org/w/* | |
// @match *://*.wikipedia.org/wiki/* |
rofi usage: | |
rofi [-options ...] | |
Command line only options: | |
-no-config Do not load configuration, use default values. | |
-v,-version Print the version number and exit. | |
-dmenu Start in dmenu mode. | |
-display [string] X server to contact. | |
${DISPLAY} | |
-h,-help This help message. |
# Shadow | |
shadow = true; | |
shadow-radius = 7; | |
shadow-offset-x = -7; | |
shadow-offset-y = -7; | |
log-level = "warn"; | |
# log-file = "/path/to/your/log/file"; | |
# shadow-opacity = 0.7; | |
# shadow-red = 0.0; | |
# shadow-green = 0.0; |
Run:
sudo unbound-control-setup
to setup control server certs, so that unbound reloads with the new list.
sudo unbound-control stats_noreset
$ blueman-applet --loglevel debug | |
blueman-applet 17.40.23 INFO PluginManager:85 load_plugin: ['ConnectionNotifier', 'NMDUNSupport', 'Menu', 'PowerManager', 'DhcpClient', 'AutoConnect', 'DBusService', 'NMPANSupport', 'Networking', 'DiscvManager', 'AuthAgent', 'ShowConnected', 'KillSwitch', 'RecentConns', 'Battery', 'NetUsage', 'DisconnectItems', 'TransferService', 'SerialManager', 'AppIndicator', 'ExitItem', 'StatusIcon', 'GameControllerWakelock', 'PPPSupport', 'StandardItems'] | |
blueman-applet 17.40.23 ERROR PluginManager:90 load_plugin: Unable to load plugin module NMDUNSupport | |
Traceback (most recent call last): | |
File "/usr/lib/python3.10/site-packages/blueman/main/NetworkManager.py", line 9, in <module> | |
gi.require_version('NM', '1.0') | |
File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version | |
raise ValueError('Namespace %s not available' % namespace) | |
ValueError: Namespace NM not available |