tweak leftwm config

This commit is contained in:
Travis Burtrum 2024-03-26 19:46:35 -04:00
parent 2121419240
commit 7b3650196c

View File

@ -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: 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: ToggleScratchPad, value: "Alacritty", modifier: [], key: "F12"),
(command: CloseWindow, value: "", modifier: ["modkey"], key: "q"), (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: HardReload, modifier: ["modkey", "Shift"], key: "b"),
(command: ToggleFullScreen, modifier: ["modkey"], key: "f"), (command: ToggleFullScreen, modifier: ["modkey"], key: "f"),
(command: ToggleFloating, modifier: ["modkey", "Control"], key: "f"), (command: ToggleFloating, modifier: ["modkey", "Control"], key: "f"),
(command: ToggleSticky, modifier: ["modkey"], key: "v"), (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 // custom are above
(command: Execute, value: "dmenu_run", modifier: ["modkey"], key: "p"), (command: Execute, value: "dmenu_run", modifier: ["modkey"], key: "p"),
(command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"), (command: Execute, value: "alacritty", modifier: ["modkey", "Shift"], key: "Return"),