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