|
@@ -7,7 +7,7 @@ set $mod Mod4
|
|
|
font pango:Iosevka 10
|
|
|
|
|
|
# APP VARIABLES
|
|
|
-set $browser firefox
|
|
|
+set $browser vimb
|
|
|
set $solobrowser surf
|
|
|
set $term alacritty
|
|
|
|
|
@@ -282,22 +282,23 @@ exec hsetroot -cover ~/var/media/backgrounds/bing/`ls -A ~/var/media/backgrounds
|
|
|
|
|
|
##### APP BINDS ###################################
|
|
|
|
|
|
-bindsym $mod+n exec $browser
|
|
|
+bindsym $mod+n exec $brwoser
|
|
|
+bindsym $mod+Shift+n exec $browser --incognito
|
|
|
bindsym $mod+Shift+c exec org-capture
|
|
|
|
|
|
bindsym $mod+Shift+y exec xfreerdp /u:powellc /p:mainroot /v:telesto.local /w:1200 /h:700
|
|
|
bindsym $mod+Ctrl+y exec pkill xfreerdp
|
|
|
|
|
|
bindsym Print exec --no-startup-id flameshot gui
|
|
|
-bindsym $mod+F5 exec --no-startup-id $solobrowser https://15five.15five.com/dashboard/high_fives/
|
|
|
-bindsym $mod+Shift+F5 exec --no-startup-id $solobrowser https://15five.15five.com/report/current/
|
|
|
-bindsym $mod+F6 exec --no-startup-id $solobrowser https://quip.com
|
|
|
-bindsym $mod+Shift+F6 exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
-bindsym $mod+F7 exec --no-startup-id $solobrowser https://farm-cam.unbl.ink
|
|
|
-bindsym $mod+Shift+F7 exec --no-startup-id $solobrowser https://play.unbl.ink/musicbox_webclient/index.html#current
|
|
|
+bindsym $mod+F5 exec --no-startup-id $solobrowser https://15five.15five.com/report/current/
|
|
|
+bindsym $mod+F6 exec --no-startup-id $solobrowser https://www.quip.com
|
|
|
+bindsym $mod+F7 exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
+bindsym $mod+F8 exec --no-startup-id firefox -new-window https://play.unbl.ink/iris
|
|
|
|
|
|
+bindsym $mod+F9 exec --no-startup-id $solobrowser https://farm-cam.unbl.ink
|
|
|
+bindsym $mod+F10 exec --no-startup-id $solobrowser https://goat-cam.unbl.ink/stream
|
|
|
bindsym $mod+F11 exec --no-startup-id $solobrowser https://weather-cam.unbl.ink/stream
|
|
|
-bindsym $mod+Shift+F11 exec --no-startup-id $solobrowser https://weather-cam.unbl.ink/stream
|
|
|
+bindsym $mod+F12 exec --no-startup-id $solobrowser https://garden-cam.unbl.ink/stream
|
|
|
|
|
|
bindsym $mod+e exec emacsclient -cnq
|
|
|
bindsym $mod+Shift+e exec emacs --daemon
|
|
@@ -309,7 +310,7 @@ bindsym $mod+Ctrl+e exec pkill emacs
|
|
|
exec --no-startup-id unclutter -grab
|
|
|
|
|
|
# RELOAD
|
|
|
-#exec_always --no-startup-id picom --config ~/.config/compton/compton.conf
|
|
|
+exec_always --no-startup-id picom --config ~/.config/compton/compton.conf
|
|
|
exec_always --no-startup-id dunst
|
|
|
exec_always --no-startup-id syncthing -no-browser
|
|
|
exec_always xrdb --merge ~/.Xresoureces
|