Updated config
This commit is contained in:
@ -6,6 +6,7 @@ bind = $main, D, exec, $editor
|
||||
bind = $main, E, exec, $files
|
||||
bind = $main, F1, exec, $systeminfo
|
||||
bind = $main, L, exec, $lockscreen
|
||||
bind = $main, P, exec, $processmonitor
|
||||
bind = $main, Return, exec, $floating
|
||||
bind = $main, S, exec, pkill $statusbar || $statusbar
|
||||
bind = $main, Super_L, exec, pkill $menu || $menu
|
||||
@ -17,7 +18,6 @@ bind = , Print, exec, $screenshot
|
||||
bind = $main, C, killactive,
|
||||
bind = $main, F, fullscreen,
|
||||
bind = $main, V, togglefloating,
|
||||
bind = $main, P, pseudo,
|
||||
bind = $main, J, togglesplit,
|
||||
|
||||
# Session management
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Apps
|
||||
$browser = firefox
|
||||
$email = evolution
|
||||
$files = nautilus
|
||||
$files = nemo
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
@ -15,3 +15,4 @@ $editor = $terminal -e nvim
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
$systeminfo = $center $terminal --hold -e fastfetch
|
||||
$processmonitor = $terminal -e btop
|
||||
|
Reference in New Issue
Block a user