[i3] Updates to keys and terminal
This commit is contained in:
@ -7,9 +7,9 @@ set $mod Mod4
|
|||||||
font pango:Go Mono 10
|
font pango:Go Mono 10
|
||||||
|
|
||||||
# APP VARIABLES
|
# APP VARIABLES
|
||||||
set $browser qutebrowser
|
set $browser qutebrowser --target window
|
||||||
set $solobrowser surf
|
set $solobrowser surf
|
||||||
set $term kitty
|
set $term alacritty
|
||||||
|
|
||||||
# DIR VARIABLES
|
# DIR VARIABLES
|
||||||
set $bin ~/bin
|
set $bin ~/bin
|
||||||
@ -25,6 +25,8 @@ set $thick 2
|
|||||||
# DEFAULT BORDER
|
# DEFAULT BORDER
|
||||||
for_window [class="^.*"] border pixel $thick
|
for_window [class="^.*"] border pixel $thick
|
||||||
for_window [title="^.*"] border pixel $thick
|
for_window [title="^.*"] border pixel $thick
|
||||||
|
for_window [class=".*"] title_window_icon on
|
||||||
|
|
||||||
hide_edge_borders vertical
|
hide_edge_borders vertical
|
||||||
|
|
||||||
# APPLICATION BORDERS
|
# APPLICATION BORDERS
|
||||||
@ -40,8 +42,8 @@ for_window [class="Foliate"] floating_maximum_size 400 x 800
|
|||||||
#for_window [class="Surf"] floating_maximum_size 800 x 550
|
#for_window [class="Surf"] floating_maximum_size 800 x 550
|
||||||
|
|
||||||
# GAP VARIABLES
|
# GAP VARIABLES
|
||||||
set $inner 7
|
set $inner 3
|
||||||
set $outer 10
|
set $outer 3
|
||||||
|
|
||||||
# SET GAPS
|
# SET GAPS
|
||||||
gaps inner $inner
|
gaps inner $inner
|
||||||
@ -286,15 +288,15 @@ bindsym $mod+Shift+y exec xfreerdp /u:powellc /p:mainroot /v:telesto.local /w:12
|
|||||||
bindsym $mod+Ctrl+y exec pkill xfreerdp
|
bindsym $mod+Ctrl+y exec pkill xfreerdp
|
||||||
|
|
||||||
bindsym Print exec --no-startup-id flameshot gui
|
bindsym Print exec --no-startup-id flameshot gui
|
||||||
bindsym $mod+F5 exec --no-startup-id $solobrowser https://15five.15five.com/report/current/
|
bindsym $mod+F5 exec --no-startup-id $browser https://15five.15five.com/report/current/
|
||||||
bindsym $mod+F6 exec --no-startup-id $solobrowser https://www.quip.com
|
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+F7 exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
||||||
bindsym $mod+F8 exec --no-startup-id $solobrowser https://15five.slack.com
|
bindsym $mod+F8 exec --no-startup-id $browser https://green.five.unbl.ink
|
||||||
|
|
||||||
bindsym $mod+F9 exec --no-startup-id $solobrowser https://podcasts.unbl.ink/episodes
|
bindsym $mod+F9 exec --no-startup-id $browser https://green.five.unbl.ink
|
||||||
bindsym $mod+F10 exec --no-startup-id $solobrowser https://goat-cam.unbl.ink/stream
|
bindsym $mod+F10 exec --no-startup-id $solobrowser https://green.five.unbl.ink/admin/dj
|
||||||
bindsym $mod+F11 exec --no-startup-id $solobrowser https://weather-cam.unbl.ink/stream
|
bindsym $mod+F11 exec --no-startup-id $solobrowser https://podcasts.unbl.ink/player
|
||||||
bindsym $mod+F12 exec --no-startup-id $solobrowser https://garden-cam.unbl.ink/stream
|
bindsym $mod+F12 exec --no-startup-id $solobrowser https://wx.unbl.ink
|
||||||
bindsym $mod+Insert exec --no-startup-id zathura ~/var/documents/15five/strengths.pdf
|
bindsym $mod+Insert exec --no-startup-id zathura ~/var/documents/15five/strengths.pdf
|
||||||
|
|
||||||
bindsym $mod+e exec emacsclient -cnq
|
bindsym $mod+e exec emacsclient -cnq
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"menu": "rofi -dmenu -p quickterm -no-custom -auto-select",
|
"menu": "rofi -dmenu -p quickterm -no-custom -auto-select",
|
||||||
"term": "kitty"
|
"term": "alacritty"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user