Disable some hyprland autostarts
This commit is contained in:
@ -34,9 +34,12 @@ wsbind = 0, HDMI-A-2
|
||||
exec-once = dunst
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = kdeconnect-indicator # TODO: I think this doesn't work
|
||||
# exec-once = kdeconnect-indicator # TODO: Only shows sometimes?
|
||||
exec-once = nextcloud --background
|
||||
exec-once = keepassxc
|
||||
# exec-once = keepassxc
|
||||
# exec-once = md.obsidian.Obsidian
|
||||
# exec-once = firefox
|
||||
exec-once = kitty
|
||||
exec-once = wl-paste -t text --watch clipman store --no-persist
|
||||
exec-once = wl-paste -p -t text --watch clipman store -P --histpath="~/.local/share/clipman-primary.json"
|
||||
|
||||
@ -144,7 +147,8 @@ windowrulev2 = workspace 2, class:^(obsidian)$
|
||||
windowrulev2 = workspace 3, class:^(firefox)$
|
||||
windowrulev2 = workspace 0, class:^(discord)$
|
||||
windowrulev2 = workspace 0, class:^(Spotify)$
|
||||
windowrulev2 = opacity 0.85, class:^(kitty)$
|
||||
# windowrulev2 = opacity 0.9, class:^(kitty)$ # Sadly bugs with the wrong background
|
||||
windowrulev2 = workspace 1, class:^(kitty)$
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
Reference in New Issue
Block a user