more binds and screen locker
This commit is contained in:
parent
0ba698ea44
commit
f8a5302e8d
|
@ -9,7 +9,9 @@
|
||||||
|
|
||||||
bindsym Mod4+r exec --no-startup-id rofi -show drun
|
bindsym Mod4+r exec --no-startup-id rofi -show drun
|
||||||
bindsym Mod4+p exec --no-startup-id ${extra.cpypsk}
|
bindsym Mod4+p exec --no-startup-id ${extra.cpypsk}
|
||||||
bindsym Mod4+Enter exec --no-startup-id wezterm
|
bindsym Mod4+Return exec --no-startup-id wezterm
|
||||||
|
bindsym Mod4+BackSpace exec --no-startup-id firefox
|
||||||
|
bindsym Mod4+Shift+l exec --no-startup-id slock
|
||||||
|
|
||||||
bindsym Mod1+Prior exec --no-startup-id ${extra.eyezoom} eye
|
bindsym Mod1+Prior exec --no-startup-id ${extra.eyezoom} eye
|
||||||
bindsym Mod1+Next exec --no-startup-id ${extra.eyezoom} default
|
bindsym Mod1+Next exec --no-startup-id ${extra.eyezoom} default
|
||||||
|
@ -32,6 +34,11 @@
|
||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
bindsym Mod4+Shift+q kill
|
bindsym Mod4+Shift+q kill
|
||||||
|
bindsym Mod4+Shift+r restart
|
||||||
|
|
||||||
|
bindsym Control_L+Mod4+v split vertical
|
||||||
|
bindsym Control_L+Mod4+h split horizontal
|
||||||
|
bindsym Mod4+t split toggle
|
||||||
|
|
||||||
bindsym Mod4+f fullscreen toggle
|
bindsym Mod4+f fullscreen toggle
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
};
|
};
|
||||||
services.desktopManager.plasma6.enable = true;
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
programs.slock.enable = true;
|
||||||
|
|
||||||
# [SOUND]
|
# [SOUND]
|
||||||
sound.enable = false;
|
sound.enable = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user