update sway config
This commit is contained in:
parent
15bf84753b
commit
fa502576f7
3 changed files with 169 additions and 1 deletions
|
@ -12,6 +12,20 @@ exec blueman-applet
|
|||
exec nextcloud
|
||||
exec signal-desktop
|
||||
exec steam
|
||||
exec autotiling
|
||||
exec kanshi
|
||||
|
||||
### Window display
|
||||
# don't show the title bar on the window
|
||||
default_border none
|
||||
|
||||
### Screenshots
|
||||
set $grimshot ~/.local/bin/grimshot
|
||||
|
||||
bindsym Print exec $grimshot --notify save screen
|
||||
bindsym Ctrl+Print exec $grimshot --notify copy screen
|
||||
bindsym Shift+Print exec $grimshot --notify save area
|
||||
bindsym Ctrl+Shift+Print exec $grimshot --notify copy area
|
||||
|
||||
### Variables
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue