From 7b3650196c6ac3d3698cbe6166f23731b9a610e2 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 26 Mar 2024 19:46:35 -0400 Subject: [PATCH] tweak leftwm config --- leftwm/config.ron | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"),