[i3] Change font and add titles
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
font pango:Noto Mono 9
|
||||
font pango:Iosevka 10
|
||||
|
||||
# APP VARIABLES
|
||||
set $browser firefox
|
||||
@ -162,16 +162,19 @@ bindsym $mod+F4 exec ~/.screenlayout/titan-three-vert.sh
|
||||
##### WORKSPACES ##################################
|
||||
|
||||
# WORKSPACES
|
||||
set $ws1 number 1
|
||||
set $ws2 number 2
|
||||
set $ws3 number 3
|
||||
set $ws1 number 1 logs
|
||||
set $ws2 number 2 edit
|
||||
set $ws3 number 3 chat
|
||||
set $ws4 number 4
|
||||
set $ws5 number 5
|
||||
set $ws5 number 5 zoom
|
||||
set $ws6 number 6
|
||||
set $ws7 number 7
|
||||
set $ws8 number 8
|
||||
set $ws9 number 9
|
||||
#set $ws10 "10"
|
||||
|
||||
#assign [class="Firefox"] $ws1
|
||||
#assign [class="emacs"] $ws2
|
||||
#assign [class="^Zoom"] $ws5
|
||||
|
||||
# SWITCH TO WORKSPACE
|
||||
bindsym $mod+1 workspace $ws1
|
||||
@ -251,12 +254,12 @@ bindsym $mod+Shift+Print exec feh $(last $shots)
|
||||
# CAST
|
||||
set $casts ~/videos/casts
|
||||
|
||||
bindsym $mod+Ctrl+F11 exec anypaste -x -s -p streamable $(last $casts)
|
||||
bindsym $mod+Shift+F11 exec ffplay -loop 0 $(last $casts)
|
||||
#bindsym $mod+Ctrl+F11 exec anypaste -x -s -p streamable $(last $casts)
|
||||
#bindsym $mod+Shift+F11 exec ffplay -loop 0 $(last $casts)
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym $mod+F5 exec intel_backlight decr
|
||||
bindsym $mod+F6 exec intel_backlight incr
|
||||
#bindsym $mod+F5 exec intel_backlight decr
|
||||
#bindsym $mod+F6 exec intel_backlight incr
|
||||
|
||||
bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness
|
||||
@ -284,11 +287,17 @@ bindsym $mod+Shift+y exec xfreerdp /u:powellc /p:mainroot /v:telesto.local /w:12
|
||||
bindsym $mod+Ctrl+y exec pkill xfreerdp
|
||||
|
||||
bindsym Print exec --no-startup-id flameshot gui
|
||||
bindsym $mod+Ctrl+i exec --no-startup-id $solobrowser https://play.unbl.ink/musicbox_webclient/index.html#current
|
||||
bindsym $mod+Shift+i exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
||||
bindsym $mod+Ctrl+q exec --no-startup-id $solobrowser https://quip.com
|
||||
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+Shift+F6 exec --no-startup-id $solobrowser https://quip.com
|
||||
bindsym $mod+Shift+F7 exec --no-startup-id $solobrowser https://play.unbl.ink/musicbox_webclient/index.html#current
|
||||
bindsym $mod+Shift+F8 exec --no-startup-id $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
||||
bindsym $mod+Ctrl+u exec pkill vlc
|
||||
|
||||
bindsym $mod+Shift+F10 exec --no-startup-id $solobrowser https://farm-cam.unbl.ink
|
||||
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+e exec emacsclient -cnq
|
||||
bindsym $mod+Shift+e exec emacs --daemon
|
||||
bindsym $mod+Ctrl+e exec pkill emacs
|
||||
|
||||
Reference in New Issue
Block a user