From 2e47946737dced6369f6d055c6af65306d9c4673 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 17 Jan 2022 12:30:04 -0600 Subject: [PATCH] update leftwm config --- home/private_dot_config/leftwm/config.toml | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/home/private_dot_config/leftwm/config.toml b/home/private_dot_config/leftwm/config.toml index 17e988c..7baa012 100644 --- a/home/private_dot_config/leftwm/config.toml +++ b/home/private_dot_config/leftwm/config.toml @@ -36,12 +36,17 @@ value = "rofi -dmenu -input /tmp/leftwm-keymap -window-title 'Keymap' -theme ~/. modifier = ["modkey", "Shift"] key = "k" -# [[keybind]] -# command = "Execute" -# value = "~/.config/rofi/bin/menu_screenshot" -# modifier = ["modkey"] -# key = "s" +[[keybind]] +command = "Execute" +value = "~/.config/leftwm/themes/current/rofi/bin/rofi-screenshot" +modifier = ["modkey"] +key = "s" +[[keybind]] +command = "Execute" +value = "~/.config/leftwm/themes/current/rofi/bin/rofi-screenshot" +modifier = ["modkey", "Shift"] +key = "s" [[keybind]] command = "Execute" @@ -55,7 +60,6 @@ value = "alacritty" modifier = ["modkey", "Shift"] key = "Return" - [[keybind]] command = "Execute" value = "light-locker-command -l" @@ -138,10 +142,10 @@ command = "NextLayout" modifier = ["modkey", "Control"] key = "k" -[[keybind]] -command = "PreviousLayout" -modifier = ["modkey", "Control"] -key = "j" +#[[keybind]] +#command = "PreviousLayout" +#modifier = ["modkey", "Control"] +#key = "j" [[keybind]] command = "FocusWorkspaceNext"