Tidying
This commit is contained in:
parent
d6ec9b11c8
commit
f3778fc43a
1 changed files with 5 additions and 5 deletions
|
@ -284,7 +284,7 @@ mode $power_mode {
|
||||||
bindsym p exec systemctl poweroff
|
bindsym p exec systemctl poweroff
|
||||||
bindsym r exec systemctl reboot
|
bindsym r exec systemctl reboot
|
||||||
bindsym l exec $lock, mode "default"
|
bindsym l exec $lock, mode "default"
|
||||||
bindsym q exec --no-startup-id i3-msg exit, mode "default"
|
bindsym q exec --no-startup-id swaymsg exit, mode "default"
|
||||||
bindsym h exec systemctl hibernate
|
bindsym h exec systemctl hibernate
|
||||||
bindsym s exec pm-suspend
|
bindsym s exec pm-suspend
|
||||||
|
|
||||||
|
@ -293,10 +293,10 @@ mode $power_mode {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Manual autostart non graphical
|
# Manual autostart non graphical
|
||||||
exec mount ~/nextcloud/
|
exec --no-startup-id autotiling
|
||||||
exec autotiling
|
exec --no-startup-id appimagelauncherd
|
||||||
exec appimagelauncherd
|
exec --no-startup-id nm-tray
|
||||||
exec nm-tray
|
exec --no-startup-id nextcloud
|
||||||
# Manual autostart graphical
|
# Manual autostart graphical
|
||||||
exec foot
|
exec foot
|
||||||
for_window [class="foot"] move to workspace 1:
|
for_window [class="foot"] move to workspace 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue