Add BetterDiscord themes and plugin configurations for customization
This commit is contained in:
@@ -15,5 +15,5 @@ exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hyprpaper &
|
||||
exec-once = waybar &
|
||||
exec-once = dunst &
|
||||
|
||||
exec-once = discord &
|
||||
|
||||
|
||||
@@ -49,6 +49,8 @@ env = EDITOR,vim
|
||||
env = SHELL,fish
|
||||
env = BROWSER,$browser
|
||||
|
||||
env = MANGOHUD,1
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user