Add BetterDiscord themes and plugin configurations for customization

This commit is contained in:
2026-02-21 14:17:51 +01:00
parent ff0be9b328
commit 19f4a500dc
87 changed files with 68305 additions and 35 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ exec-once = systemctl --user start hyprpolkitagent
exec-once = hyprpaper &
exec-once = waybar &
exec-once = dunst &
exec-once = discord &
+2
View File
@@ -49,6 +49,8 @@ env = EDITOR,vim
env = SHELL,fish
env = BROWSER,$browser
env = MANGOHUD,1
cursor {
no_hardware_cursors = true
}
+1 -1
View File
@@ -13,7 +13,7 @@ input {
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
numlock_by_default = 1
touchpad {
natural_scroll = false
}
+9 -9
View File
@@ -6,16 +6,16 @@
$mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal
bind = $mainMod, C, killactive,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, Q, exec, $browser
bind = $mainMod, V, togglefloating,
bind = $mainMod, space, exec, $menu
bind = $mainMod, T, exec, $terminal # Open Terminal
bind = $mainMod, C, killactive, # Kill active Window
bind = $mainMod, E, exec, $fileManager # Open File Manager
bind = $mainMod, Q, exec, $browser # Open Browser
bind = $mainMod, V, togglefloating, # Toggle Window floating
bind = $mainMod, space, exec, $menu # Open Menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, F11, fullscreen, #
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, hyprlock
bind = $mainMod, F11, fullscreen, # Toggle Window fullscreen
bind = $mainMod, J, togglesplit, # Toggle Window split
bind = $mainMod, L, exec, hyprlock # Lock Desktop
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
+23
View File
@@ -8,6 +8,29 @@
# Example windowrules that are useful
# Apps
windowrule {
name = intellij
match:class = jetbrains-idea
opacity = 0.8
}
windowrule {
name = thunar
match:class = thunar
opacity = 0.8
}
windowrule {
name = steam
match:class = steam
opacity = 0.8
}
windowrule {
name = discord
match:class = discord
monitor = $right-monitor
}
windowrule {
# Ignore maximize requests from all apps. You'll probably like this.
name = suppress-maximize-events