mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-13 14:11:01 +00:00
Clean up hyprland.conf
This commit is contained in:
+9
-35
@@ -40,10 +40,7 @@ env = XCURSOR_SIZE,24
|
||||
# Input configuration
|
||||
input {
|
||||
kb_layout = us, ru
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = grp:alt_shift_toggle
|
||||
kb_rules =
|
||||
numlock_by_default = true
|
||||
|
||||
follow_mouse = 1
|
||||
@@ -53,7 +50,7 @@ input {
|
||||
scroll_factor = 0.6
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
|
||||
sensitivity = 0
|
||||
}
|
||||
|
||||
# Gestures
|
||||
@@ -69,11 +66,8 @@ general {
|
||||
|
||||
border_size = 3
|
||||
resize_on_border = false
|
||||
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
|
||||
}
|
||||
|
||||
decoration {
|
||||
@@ -82,20 +76,12 @@ decoration {
|
||||
active_opacity = 0.985
|
||||
inactive_opacity = 0.85
|
||||
|
||||
#shadow {
|
||||
# enabled = true
|
||||
# range = 4
|
||||
# render_power = 3
|
||||
# color = rgba(1a1a1aee)
|
||||
#}
|
||||
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
@@ -142,18 +128,10 @@ binds {
|
||||
disable_keybind_grabbing = false
|
||||
}
|
||||
|
||||
# XWayland
|
||||
#xwayland {
|
||||
# enabled = true
|
||||
# force_zero_scaling = false
|
||||
# use_nearest_neighbor = false
|
||||
#}
|
||||
|
||||
# Window Rules
|
||||
windowrule {
|
||||
name = suppress-maximize-events
|
||||
match:class = .*
|
||||
|
||||
suppress_event = maximize
|
||||
}
|
||||
|
||||
@@ -279,7 +257,7 @@ layerrule {
|
||||
name = Caelestia-drawers
|
||||
match:title = ^caelestia(drawers|background)$
|
||||
animation = fade
|
||||
}
|
||||
}
|
||||
|
||||
layerrule {
|
||||
name = drawers
|
||||
@@ -314,7 +292,6 @@ layerrule {
|
||||
# Keybindings
|
||||
$mainMod = SUPER
|
||||
$mainMod2 = ALT
|
||||
$shiftMod = SHIFT
|
||||
|
||||
bind = $mainMod, R, global, caelestia:launcher
|
||||
|
||||
@@ -327,9 +304,6 @@ bind = $mainMod, O, togglesplit,
|
||||
bind = $mainMod, P, exec, poweroff
|
||||
bind = $mainMod, RETURN, exec, wlogout
|
||||
bind = $mainMod SHIFT, B, exec, hyprctl keyword decoration:blur:enabled toggle
|
||||
|
||||
#bind = $mainMod, R, exec, $menu
|
||||
|
||||
bind = $mainMod, N, exec, swaync-client -t -sw
|
||||
|
||||
# Apps
|
||||
@@ -339,7 +313,7 @@ bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, V, exec, $vscode
|
||||
bind = $mainMod, T, exec, $telegram
|
||||
bind = $mainMod, S, exec, $spotify
|
||||
bind = $mainMod, W, exec, /home/duma/.local/bin/waypaper
|
||||
bind = $mainMod, W, exec, waypaper
|
||||
|
||||
bind = CTRL SHIFT, ESCAPE, exec, $terminal htop
|
||||
bind = $mainMod SHIFT, S, exec, hyprshot -m region -o $HOME/Pictures/Screenshots -f Screenshot_$(date "+%Y-%m-%d_%H:%M:%S").png -z
|
||||
|
||||
Reference in New Issue
Block a user