Skip to content

Commit

Permalink
geary -> thunderbird and webcord -> vesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
nimueller committed Nov 13, 2024
1 parent 758e7e5 commit 9675794
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/hypr/autostart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exec-once = ~/.config/waybar/launch-waybar.sh
exec-once = firefox
exec-once = kitty
exec-once = spotify
exec-once = sleep 1 && geary
exec-once = sleep 1 && thunderbird
exec-once = sleep 1 && nextcloud
exec-once = sleep 2 && secret-tool lookup keepass password | keepassxc --pw-stdin --keyfile /home/nico/.ssh/Database.key /home/nico/Nextcloud/Database.kdbx

Expand Down
5 changes: 4 additions & 1 deletion config/hypr/general.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ decoration {
}

animations {
enabled = yes
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
first_launch_animation = true
}

# Input configuration
Expand All @@ -58,6 +59,8 @@ env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = NVD_BACKEND,direct

env = JAVA_HOME,/usr/lib/jvm/default/

cursor {
no_hardware_cursors = true
}
Expand Down
2 changes: 1 addition & 1 deletion config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ debug {

opengl {
nvidia_anti_flicker = true
}
}
3 changes: 0 additions & 3 deletions config/hypr/windowrules.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Spotify flickering fix
windowrulev2 = opacity 0.0 override 0.0 override,title:^(Wine System Tray)$
windowrulev2 = noanim,title:^(Wine System Tray)$
windowrulev2 = nofocus,title:^(Wine System Tray)$
Expand All @@ -9,8 +8,6 @@ windowrulev2 = tile,class:^(upc.exe)$
windowrulev2 = pin,class:^(polkit-gnome-authentication-agent-1)$
windowrulev2 = float,title:^(Picture-in-Picture)$
windowrulev2 = pin,title:^(Picture-in-Picture)$
# windowrulev2 = float,class:^(Unity)$
# windowrulev2 = centerwindow,class:^(Unity)$

windowrulev2 = float,class:^(looking-glass-client)$

Expand Down
2 changes: 1 addition & 1 deletion config/hypr/workspacerules.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ windowrulev2 = workspace 2 silent, class:^(kitty)$
windowrulev2 = workspace 3 silent, class:^(jetbrains-idea)$
windowrulev2 = workspace 4 silent, class:^(steam)$
windowrulev2 = workspace 6 silent, class:^(WebCord)$
windowrulev2 = workspace 7 silent, class:^(geary)$
windowrulev2 = workspace 7 silent, class:^(thunderbird)$
windowrulev2 = workspace 8 silent, class:^(org.keepassxc.KeePassXC)$
windowrulev2 = workspace 9 silent, title:^(Spotify.*)$

Expand Down
2 changes: 2 additions & 0 deletions config/waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
"class<firefox>": "󰈹",
"class<brave-browser>": "",
"class<WebCord>": "󰙯",
"class<vesktop>": "󰙯",
"class<Spotify>": "",
"class<unityhub>": "󰚯",
"class<Unity>": "󰚯",
"class<org.keepassxc.KeePassXC>": "",
"class<org.gnome.Nautilus>": "󰷏",
"class<geary>": "",
"class<thunderbird>": "",
"class<virt-manager>": "󰢩",
"class<looking-glass-client>": "",
"class<jetbrains-idea>": "",
Expand Down

0 comments on commit 9675794

Please sign in to comment.