|
@@ -7,8 +7,9 @@ set $mod Mod4
|
|
|
font pango:Go Mono 8
|
|
|
|
|
|
# APP VARIABLES
|
|
|
-set $browser qutebrowser
|
|
|
-set $term kitty
|
|
|
+set $browser qutebrowser
|
|
|
+set $solobrowser surf
|
|
|
+set $term kitty
|
|
|
|
|
|
# DIR VARIABLES
|
|
|
set $bin ~/bin
|
|
@@ -46,16 +47,7 @@ gaps outer $outer
|
|
|
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
|
|
|
|
|
# CUSTOM BINDINGS
|
|
|
-#bindsym $mod+Return exec --no-startup-id kitty
|
|
|
-#bindsym $mod+shift+Return exec --no-startup-id qutebrowser
|
|
|
-#bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
|
|
-#bindsym $mod+m exec --no-startup-id surf play.unbl.ink/iris
|
|
|
#bindsym $mod+shift+m exec --no-startup-id surf https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
-#bindsym $mod+i exec --no-startup-id surf https://15five.15five.com/report/current/
|
|
|
-#bindsym $mod+g exec --no-startup-id surf https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
|
|
-#bindsym Print exec --no-startup-id gnome-screenshot
|
|
|
-#bindsym $mod+Delete exec --no-startup-id "i3lock-fancy"
|
|
|
-#bindsym $mod+End exec --no-startup-id "i3lock-fancy" && systemctl suspend
|
|
|
|
|
|
# SCRATCHPAD
|
|
|
bindsym $mod+Return exec $term
|
|
@@ -263,7 +255,22 @@ exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n
|
|
|
|
|
|
bindsym $mod+n exec $browser
|
|
|
bindsym $mod+Ctrl+n exec marcador rofi ~/.config/rofi/marcador.db
|
|
|
-#bindsym $mod+Shift+n exec rofi-search
|
|
|
+bindsym $mod+Shift+n exec ~/.config/rofi/web-search.sh
|
|
|
+bindsym $mod+Shift+b exec ~/.config/rofi/books-search.sh
|
|
|
+bindsym $mod+Shift+c exec ~/.config/rofi/github-repos.sh
|
|
|
+
|
|
|
+bindsym Print exec --no-startup-id gnome-screenshot
|
|
|
+bindsym $mod+Shift+f exec --no-startup-id $browser https://15five.15five.com/report/current/
|
|
|
+bindsym $mod+Shift+g exec --no-startup-id $browser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
|
|
+bindsym $mod+Shift+e exec --no-startup-id $browser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
|
|
+
|
|
|
+bindsym $mod+Ctrl+b exec $solobrowser https://www.astrobin.com/iotd/archive/
|
|
|
+bindsym $mod+Shift+m exec $solobrowser https://play.unbl.ink/iris
|
|
|
+bindsym $mod+Shift+p exec $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
+
|
|
|
+bindsym $mod+i exec emacsclient -c
|
|
|
+bindsym $mod+Ctrl+i exec pkill emacs && emacs --daemon && emacsclient -c
|
|
|
+bindsym $mod+Shift+i exec emacs -ib 16
|
|
|
|
|
|
#bindsym $mod+y exec
|
|
|
#bindsym $mod+Ctrl+y exec
|
|
@@ -273,19 +280,11 @@ bindsym $mod+Ctrl+n exec marcador rofi ~/.config/rofi/marcador.db
|
|
|
#bindsym $mod+Ctrl+u exec
|
|
|
#bindsym $mod+Shift+u exec
|
|
|
|
|
|
-bindsym $mod+i exec emacsclient -c
|
|
|
-bindsym $mod+Ctrl+i exec pkill emacs && emacs --daemon && emacsclient -c
|
|
|
-bindsym $mod+Shift+i exec emacs -ib 16
|
|
|
-
|
|
|
bindsym $mod+o exec rofi-now
|
|
|
bindsym $mod+Ctrl+o exec rofi-vol
|
|
|
bindsym $mod+Shift+o exec rofi-bat
|
|
|
|
|
|
-bindsym $mod+Ctrl+b exec surf https://www.astrobin.com/iotd/archive/
|
|
|
-bindsym $mod+m exec surf https://play.unbl.ink/iris
|
|
|
-bindsym $mod+Shift+p exec surf https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
-
|
|
|
-##### LAUNCH ######################################
|
|
|
+##### LAUNCH ######################################
|
|
|
|
|
|
# STARTUP
|
|
|
exec --no-startup-id emacs --daemon
|