update leftwm config to match my current uses
This commit is contained in:
parent
68c13f7327
commit
ef45a47a9c
@ -87,6 +87,10 @@
|
|||||||
(window_class: "Signal", spawn_on_tag: 11),
|
(window_class: "Signal", spawn_on_tag: 11),
|
||||||
(window_class: "corectrl", spawn_on_tag: 11),
|
(window_class: "corectrl", spawn_on_tag: 11),
|
||||||
(window_class: "r2modman", spawn_on_tag: 3),
|
(window_class: "r2modman", spawn_on_tag: 3),
|
||||||
|
(window_title: "", window_class: "^client.*.exe$", spawn_on_tag:10),
|
||||||
|
(window_title: "Wuthering Waves ", window_class: "^client.*.exe$", spawn_on_tag: 9),
|
||||||
|
(window_class: "steam_app_1267910", spawn_on_tag: 10),
|
||||||
|
(window_class: "Melvor Idle", spawn_on_tag: 10),
|
||||||
],
|
],
|
||||||
disable_current_tag_swap: false,
|
disable_current_tag_swap: false,
|
||||||
disable_tile_drag: false,
|
disable_tile_drag: false,
|
||||||
@ -163,7 +167,7 @@
|
|||||||
(command: Execute, value: "steam --noverifyfiles -cef-enable-debugging", modifier: ["modkey", "Shift"], key: "s"),
|
(command: Execute, value: "steam --noverifyfiles -cef-enable-debugging", modifier: ["modkey", "Shift"], key: "s"),
|
||||||
(command: Execute, value: "thunar", modifier: ["modkey"], key: "e"),
|
(command: Execute, value: "thunar", modifier: ["modkey"], key: "e"),
|
||||||
(command: Execute, value: "~/scripts/macro.sh", modifier: ["Control", "Shift"], key: "m"),
|
(command: Execute, value: "~/scripts/macro.sh", modifier: ["Control", "Shift"], key: "m"),
|
||||||
(command: Execute, value: "XL_SECRET_PROVIDER=file xivlauncher", modifier: ["modkey", "Alt"], key: "x"),
|
(command: Execute, value: "flatpak run --env=XL_SECRET_PROVIDER=file dev.goats.xivlauncher", modifier: ["modkey", "Alt"], key: "x"),
|
||||||
// (command: Execute, value: "xdotool type ?\n", modifier: ["Shift"], key:"question"),
|
// (command: Execute, value: "xdotool type ?\n", modifier: ["Shift"], key:"question"),
|
||||||
// (command: Execute, value: "xdotool type !\n", modifier: ["Shift"], key:"exclam")
|
// (command: Execute, value: "xdotool type !\n", modifier: ["Shift"], key:"exclam")
|
||||||
],
|
],
|
||||||
|
@ -9,7 +9,6 @@ ln -s $SCRIPTPATH/down /tmp/leftwm-theme-down
|
|||||||
leftwm-command "LoadTheme $SCRIPTPATH/theme.ron"
|
leftwm-command "LoadTheme $SCRIPTPATH/theme.ron"
|
||||||
|
|
||||||
WALLPAPER_PATH=~/pics/wallpapers
|
WALLPAPER_PATH=~/pics/wallpapers
|
||||||
autorandr tv_off
|
|
||||||
feh --bg-scale ~/pics/wallpapers/ef1.png --bg-scale ~/pics/wallpapers/ef2.jpg --bg-scale ~/pics/wallpapers/cottage.jpg
|
feh --bg-scale ~/pics/wallpapers/ef1.png --bg-scale ~/pics/wallpapers/ef2.jpg --bg-scale ~/pics/wallpapers/cottage.jpg
|
||||||
bash ~/.config/polybar/launch.sh
|
bash ~/.config/polybar/launch.sh
|
||||||
~/.local/bin/picom-ibhagwan -b --experimental-backends &
|
~/.local/bin/picom-ibhagwan -b --experimental-backends &
|
||||||
|
Loading…
Reference in New Issue
Block a user