tweak leftwm config
This commit is contained in:
parent
2121419240
commit
7b3650196c
@ -100,11 +100,15 @@
|
||||
// (command: Execute, value: "tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e ~/.config/bin/z", modifier: [], key: "F12"),
|
||||
(command: ToggleScratchPad, value: "Alacritty", modifier: [], key: "F12"),
|
||||
(command: CloseWindow, value: "", modifier: ["modkey"], key: "q"),
|
||||
(command: Execute, value: "physlock -s", modifier: ["modkey", "Control"], key: "l"),
|
||||
(command: HardReload, modifier: ["modkey", "Shift"], key: "b"),
|
||||
(command: ToggleFullScreen, modifier: ["modkey"], key: "f"),
|
||||
(command: ToggleFloating, modifier: ["modkey", "Control"], key: "f"),
|
||||
(command: ToggleSticky, modifier: ["modkey"], key: "v"),
|
||||
(command: Execute, value: "physlock -sm", modifier: ["modkey", "Control"], key: "l"),
|
||||
(command: Execute, value: "systemctl reboot", modifier: ["modkey", "Control"], key: "r"),
|
||||
(command: Execute, value: "systemctl poweroff", modifier: ["modkey", "Control"], key: "s"),
|
||||
(command: Execute, value: "systemctl suspend", modifier: ["modkey", "Control"], key: "u"),
|
||||
(command: Execute, value: "systemctl hybrid-sleep", modifier: ["modkey", "Control"], key: "h"),
|
||||
// custom are above
|
||||
(command: Execute, value: "dmenu_run", modifier: ["modkey"], key: "p"),
|
||||
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),
|
||||
|
Loading…
Reference in New Issue
Block a user