Candifloss dfca214696 Update window rules, keybindings, theme
- Screenshot keybinding
- Window rules for `vscodium`
- Change file manager, terminal, command runner, browser, app launcher
- Update arguments for `picom`
2025-12-15 23:20:27 +05:30

17 lines
362 B
Bash
Executable File

#!/bin/bash
# Load the compositor
picom --backend glx -b
# 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"
# Start Vonalc app-launcher
vonal &