[kanaya] i3 config: Window rules and screenshot tool
This commit is contained in:
parent
21450fd91e
commit
8d9cb654a1
|
|
@ -340,6 +340,8 @@ for_window [class="^Pavucontrol$"] floating enable
|
|||
|
||||
# ~~ Dev projects
|
||||
for_window [class="^BigPileOfUncreativity$"] move to workspace $WSf12; workspace $WSf12
|
||||
for_window [class="^ld49-unstable$"] floating enable
|
||||
for_window [class="^TileShenanigans$"] floating enable
|
||||
|
||||
|
||||
# DESKTOP AND APPLICATION KEYBINDINGS
|
||||
|
|
@ -368,7 +370,7 @@ bindsym $mod+Ctrl+Scroll_Lock exec --no-startup-id "displayprofile default"
|
|||
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
||||
|
||||
# ~~ Screenshot tool
|
||||
bindsym $mod+Print exec gnome-screenshot -i
|
||||
bindsym $mod+Print exec "flameshot gui"
|
||||
|
||||
|
||||
# INITIALIZATION AND AUTOSTART
|
||||
|
|
@ -379,4 +381,4 @@ exec --no-startup-id sh /home/lexi/.xprofile.i3
|
|||
|
||||
# ~~ Run background applications
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id nextcloud
|
||||
#exec --no-startup-id nextcloud
|
||||
|
|
|
|||
Loading…
Reference in New Issue