|
@@ -7,8 +7,9 @@ set $mod Mod4
|
|
|
font pango:Go Mono 10
|
|
|
|
|
|
# APP VARIABLES
|
|
|
-set $browser qutebrowser --target window
|
|
|
-set $solobrowser surf
|
|
|
+set $qute qutequte --target window
|
|
|
+set $firefox firefox --new-window
|
|
|
+set $surf surf
|
|
|
set $term alacritty
|
|
|
|
|
|
# DIR VARIABLES
|
|
@@ -24,7 +25,6 @@ set $thick 2
|
|
|
|
|
|
# DEFAULT BORDER
|
|
|
for_window [class="^.*"] border pixel $thick
|
|
|
-for_window [title="^.*"] border pixel $thick
|
|
|
for_window [class=".*"] title_window_icon on
|
|
|
|
|
|
hide_edge_borders vertical
|
|
@@ -218,7 +218,7 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9
|
|
|
##=================================================##
|
|
|
# Assign Workspaces:
|
|
|
#assign [class="Emacs"] $ws1
|
|
|
-#assign [class=$browser] $ws2
|
|
|
+#assign [class=$qute] $ws2
|
|
|
#assign [class=$term] $ws3
|
|
|
#assign [class="calibre"] $ws5
|
|
|
#assign [class="Foliate"] $ws5
|
|
@@ -241,8 +241,8 @@ client.placeholder $bg $bg $bg $bg
|
|
|
|
|
|
##### TOOLS ########################################
|
|
|
|
|
|
-bindsym $mod+F11 exec --no-startup-id systemctl --user restart canon-webcam
|
|
|
-bindsym $mod+F12 exec --no-startup-id ffplay /dev/video5
|
|
|
+# bindsym $mod+F11 exec --no-startup-id systemctl --user restart canon-webcam
|
|
|
+# bindsym $mod+F12 exec --no-startup-id ffplay /dev/video5
|
|
|
|
|
|
# SCREENSHOT
|
|
|
set $shots ~/var/media/screenshots
|
|
@@ -286,22 +286,27 @@ bindsym $mod+Shift+F12 exec --no-startup-id i3lock -i ~/var/media/backgrounds/as
|
|
|
##### APP BINDS ###################################
|
|
|
|
|
|
bindsym $mod+n exec $brwoser --target window
|
|
|
-bindsym $mod+Shift+n exec $browser --target private-window
|
|
|
+bindsym $mod+Shift+n exec $qute --target private-window
|
|
|
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 F7 exec --no-startup-id $browser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
-bindsym F8 exec --no-startup-id $browser https://15five.15five.com/report/current/
|
|
|
-
|
|
|
-bindsym F9 exec --no-startup-id $browser https://green.five.unbl.ink
|
|
|
-bindsym $mod+F9 exec --no-startup-id $browser https://admin.cloud102.15five.com/admin/dj
|
|
|
-bindsym F10 exec --no-startup-id $browser https://green.five.unbl.ink/admin/dj
|
|
|
-bindsym $mod+F10 exec --no-startup-id $browser https://admin.cloud100.15five.com/admin/dj
|
|
|
-bindsym F11 exec --no-startup-id $browser https://podcasts.unbl.ink/player
|
|
|
-bindsym F12 exec --no-startup-id $browser https://wx.unbl.ink
|
|
|
+bindsym $mod+F6 exec --no-startup-id $surf https://15five.slack.com
|
|
|
+bindsym F7 exec --no-startup-id $surf https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
|
|
+bindsym $mod+F7 exec --no-startup-id $surf https://15five-sandbox.atlassian.net/
|
|
|
+bindsym F8 exec --no-startup-id $firefox https://15five.15five.com/report/current/
|
|
|
+bindsym $mod+F8 exec --no-startup-id $firefox https://15five.15five.com/report/current/
|
|
|
+
|
|
|
+bindsym F9 exec --no-startup-id $qute https://my.five.unbl.ink
|
|
|
+bindsym $mod+F9 exec --no-startup-id $qute https://my.five.unbl.ink/admin/dj/
|
|
|
+bindsym F10 exec --no-startup-id $surf https://admin.cloud100.15five.com/admin/dj
|
|
|
+bindsym $mod+F10 exec --no-startup-id $surf https://admin.cloud100.15five.com/admin/dj
|
|
|
+bindsym F11 exec --no-startup-id $surf https://15five.my.salesforce.com
|
|
|
+bindsym $mod+F11 exec --no-startup-id $surf https://15five--15fivesb.my.salesforce.com
|
|
|
+bindsym F12 exec --no-startup-id $surf https://wx.unbl.ink
|
|
|
+bindsym $mod+F12 exec --no-startup-id $surf https://wx.unbl.ink
|
|
|
bindsym $mod+Insert exec --no-startup-id zathura ~/var/documents/15five/strengths.pdf
|
|
|
|
|
|
bindsym $mod+e exec emacsclient -cnq
|
|
@@ -319,7 +324,7 @@ exec_always --no-startup-id copyq
|
|
|
# RELOAD
|
|
|
#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 --no-startup-id syncthing -no-qute
|
|
|
exec_always xrdb --merge ~/.Xresoureces
|
|
|
|
|
|
# Set wallpaper and keyboard mappings
|