diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/autostart | 7 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 6 | ||||
-rw-r--r-- | .config/qutebrowser/config.py | 32 | ||||
-rw-r--r-- | .config/tint2/tint2rc | 6 |
4 files changed, 26 insertions, 25 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index c99e3d0..d0ec159 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,11 +1,12 @@ +xcompmgr -c & tint2 & -urxvt & +thunar & redshift -l 34.3065:-82.66374 & nm-applet & clipmenud & nextcloud & xset r rate 251 25 & xset -b -xcape -e 'Caps_Lock=Escape' +xcape -e 'Control_L=Escape' xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 -feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg +feh --bg-fill ~/pictures/desktops/delos.png diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c5f6df3..1ad53e4 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -120,7 +120,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>4</number> + <number>1</number> <firstdesk>1</firstdesk> <names> <name>1</name> @@ -294,12 +294,12 @@ </keybind> <keybind key="Print"> <action name="Execute"> - <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="A-Print"> <action name="Execute"> - <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> + <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command> </action> </keybind> <keybind key="XF86AudioMute"> diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 9181c43..892966d 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -105,24 +105,24 @@ config.bind(',s', "jseval --quiet if(document.getSelection){s=document.getSelect import sys, os -sys.path.append(os.path.join(sys.path[0], "jblock")) -config.source("jblock/jblock/integrations/qutebrowser.py") -config.set( - "content.host_blocking.lists", - [ - "https://easylist.to/easylist/fanboy-annoyance.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt", - "https://www.malwaredomainlist.com/hostslist/hosts.txt", - ], -) +#sys.path.append(os.path.join(sys.path[0], "jblock")) +#config.source("jblock/jblock/integrations/qutebrowser.py") +#config.set( +# "content.host_blocking.lists", +# [ +# "https://easylist.to/easylist/fanboy-annoyance.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt", +# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt", +# "https://www.malwaredomainlist.com/hostslist/hosts.txt", +# ], +#) config.set( - "content.host_blocking.whitelist", + "content.blocking.whitelist", [ "duckduckgo.com", "github.com", diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index ad291fc..3529244 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -114,7 +114,7 @@ task_text = 0 task_icon = 1 task_centered = 1 urgent_nb_of_blink = 100000 -task_maximum_size = 180 35 +task_maximum_size = 50 35 task_padding = 2 2 4 task_tooltip = 1 task_thumbnail = 0 @@ -152,7 +152,7 @@ launcher_icon_theme_override = 0 startup_notifications = 1 launcher_tooltip = 1 launcher_item_app = urxvt.desktop -launcher_item_app = vivaldi-snapshot.desktop +launcher_item_app = vivaldi.desktop launcher_item_app = darktable.desktop launcher_item_app = thunar.desktop @@ -283,7 +283,7 @@ execp_icon_h = 0 #------------------------------------- # Executor 4 execp = new -execp_command = psuinfo -In -W1 +execp_command = psuinfo -In -W2 execp_interval = 600 execp_has_icon = 0 execp_cache_icon = 1 |