diff --git a/config.ron b/config.ron index 8ee3ec3..5847f43 100644 --- a/config.ron +++ b/config.ron @@ -22,9 +22,11 @@ window_rules: [ ( window_class: "waterfox", spawn_on_tag: 2 ), ( window_class: "firefox", spawn_on_tag: 2 ), + ( window_class: "org.mozilla.firefox", spawn_on_tag: 2 ), ( window_class: "Alacritty", spawn_on_tag: 1 ), ( window_class: "keepassxc", spawn_on_tag: 5 ), ( window_class: "vscodium", spawn_on_tag: 3 ), + ( window_class: "codium", spawn_on_tag: 3 ), ( window_class: "vonal", spawn_floating: true, default_width: 800, default_height: 150 ), ( window_class: "worf", spawn_floating: true, default_width: 800, default_height: 150 ), ], diff --git a/themes/candy/up b/themes/candy/up index 2ea2bc2..08b8451 100755 --- a/themes/candy/up +++ b/themes/candy/up @@ -3,12 +3,12 @@ # Load the compositor picom --backend glx -b +# Set wallpaper. Change the path as needed +icing + # Load left-wm theme leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron" -# Set wallpaper. Change the path as needed -feh --bg-fill ~/Pictures/Wallpaper/wp3.jpg - # Start EWW daemon and widgets eww daemon && eww open panel --arg "h=27" --arg "w=1366"