feat: Add some more rules and fix draw screen dimming
This commit is contained in:
@@ -68,13 +68,32 @@ general {
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
|
||||
snap {
|
||||
enabled = true
|
||||
window_gap = 20
|
||||
monitor_gap = 20
|
||||
}
|
||||
}
|
||||
|
||||
decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
|
||||
|
||||
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.75
|
||||
fullscreen_opacity = 1
|
||||
dim_inactive = false
|
||||
dim_strength = 0.5
|
||||
dim_special = 0.2
|
||||
dim_around = 0.4
|
||||
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
@@ -82,9 +101,6 @@ decoration {
|
||||
xray = 0
|
||||
}
|
||||
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.75
|
||||
fullscreen_opacity = 1
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -93,7 +109,6 @@ animations {
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
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
|
||||
@@ -106,6 +121,7 @@ dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
smart_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
@@ -228,9 +244,8 @@ bind = $mainMod SHIFT, 0, movetodesk, 10
|
||||
# hyprlang noerror false
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod CTRL, S, movetoworkspace, special:magic
|
||||
# bindr = $mainMod, SUPER_L, exec, hyprpanel toggleWindow dashboardmenu
|
||||
bind = $mainMod, S, togglespecialworkspace, terminal
|
||||
bind = $mainMod CTRL, S, movetoworkspace, special:terminal
|
||||
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region
|
||||
|
||||
@@ -288,7 +303,5 @@ bind = $mainMod, PERIOD, exec, bemoji
|
||||
# Custom terminal
|
||||
bind = $mainMod, T, exec, alacritty --config-file ~/dotfiles/.alacritty-nozellij.toml
|
||||
|
||||
# Save output to ~/tmp/errors.log
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||
|
||||
bind = $mainMod CTRL, W, exec, systemctl --user start wallpaper.timer && hyprctl notify 1 1500 0 "Started wallpaper timer"
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/scripts/wallpaper.sh
|
||||
Reference in New Issue
Block a user