diff --git a/leftwm/config.ron b/leftwm/config.ron index 23b9f21..7353c38 100644 --- a/leftwm/config.ron +++ b/leftwm/config.ron @@ -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"),