Update leftwm/config.ron

This commit is contained in:
Candifloss 2024-12-08 10:55:40 +00:00
parent 924717f31e
commit e98b57177f

View File

@ -11,15 +11,7 @@
modkey: "Mod4", modkey: "Mod4",
mousekey: "Mod4", mousekey: "Mod4",
tags: [ tags: [
"1", "1", "2", "3", "4", "5", "6", "7", "8", "9",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
], ],
max_window_width: None, max_window_width: None,
layouts: [], layouts: [],
@ -30,6 +22,7 @@
( window_class: "firefox", spawn_on_tag: 2 ), ( window_class: "firefox", spawn_on_tag: 2 ),
( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "Alacritty", spawn_on_tag: 1 ),
( window_class: "keepassxc", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 1 ),
( window_class: "code", spawn_on_tag: 3 ),
], ],
disable_current_tag_swap: false, disable_current_tag_swap: false,
disable_tile_drag: false, disable_tile_drag: false,
@ -40,6 +33,7 @@
(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"),
(command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"), (command: Execute, value: "firefox --private-window", modifier: ["Control", "Alt"], key: "p"),
(command: Execute, value: "code", modifier: ["Control", "Alt"], key: "c"),
(command: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"), (command: Execute, value: "keepassxc", modifier: ["Control", "Alt"], key: "k"),
(command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"), (command: CloseWindow, value: "", modifier: ["modkey", "Shift"], key: "q"),
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"), (command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
@ -82,9 +76,9 @@
(command: MoveToTag, value: "7", modifier: ["modkey", "Shift"], key: "7"), (command: MoveToTag, value: "7", modifier: ["modkey", "Shift"], key: "7"),
(command: MoveToTag, value: "8", modifier: ["modkey", "Shift"], key: "8"), (command: MoveToTag, value: "8", modifier: ["modkey", "Shift"], key: "8"),
(command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"), (command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"),
(command: Execute, value: "/home/ucadmin/Documents/Scripts/b/Test/Candyrice/eww/sh/actions/vol/vol_mute.sh", modifier: None, key: "XF86XK_AudioMute"), (command: Execute, value: "~/.config/eww/sh/actions/vol/vol_mute.sh", modifier: None, key: "XF86XK_AudioMute"),
(command: Execute, value: "/home/ucadmin/Documents/Scripts/b/Test/Candyrice/eww/sh/actions/vol/vol_dec.sh", modifier: None, key: "XF86XK_AudioLowerVolume"), (command: Execute, value: "~/.config/eww/sh/actions/vol/vol_dec.sh", modifier: None, key: "XF86XK_AudioLowerVolume"),
(command: Execute, value: "/home/ucadmin/Documents/Scripts/b/Test/Candyrice/eww/sh/actions/vol/vol_inc.sh", modifier: None, key: "XF86XK_AudioRaiseVolume"), (command: Execute, value: "~/.config/eww/sh/actions/vol/vol_inc.sh", modifier: None, key: "XF86XK_AudioRaiseVolume"),
], ],
workspaces: [], workspaces: [],
) )