Compare commits
No commits in common. "e6c3678ed0f51411bc23b1ea1ac0ea30a8f1a665" and "056e8e007ae426797259fe092b86ed613554cce8" have entirely different histories.
e6c3678ed0
...
056e8e007a
2 changed files with 7 additions and 18 deletions
|
@ -40,10 +40,10 @@ general {
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding=2
|
rounding=2
|
||||||
blur {
|
blur=1
|
||||||
enabled=true
|
blur_size=3 # minimum 1
|
||||||
size=8
|
blur_passes=1 # minimum 1
|
||||||
}
|
blur_new_optimizations=1
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -65,10 +65,8 @@ gestures {
|
||||||
}
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
enable_swallow=true
|
enable_swallow=false
|
||||||
swallow_regex=^(alacritty|kitty|footclient)$
|
#swallow_regex='^(foot.*)$'
|
||||||
disable_hyprland_logo=true
|
|
||||||
vrr=true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# example window rules
|
# example window rules
|
||||||
|
@ -101,8 +99,6 @@ bind=SUPERSHIFT,P,pseudo,
|
||||||
bind=SUPER,P,pin,
|
bind=SUPER,P,pin,
|
||||||
bind=SUPER,f,fullscreen,0
|
bind=SUPER,f,fullscreen,0
|
||||||
bind=SUPER,m,fullscreen,1
|
bind=SUPER,m,fullscreen,1
|
||||||
bind=SUPER,w,togglegroup
|
|
||||||
bind=SUPERCTRL,w,moveoutofgroup
|
|
||||||
bind=SUPERALT,f,fakefullscreen,1
|
bind=SUPERALT,f,fakefullscreen,1
|
||||||
bind=SUPERSHIFT,Space,togglefloating,
|
bind=SUPERSHIFT,Space,togglefloating,
|
||||||
bind=SUPERSHIFT,Q,killactive,
|
bind=SUPERSHIFT,Q,killactive,
|
||||||
|
@ -110,7 +106,6 @@ bind=SUPERSHIFT,Q,killactive,
|
||||||
# Volume controls
|
# Volume controls
|
||||||
bindle=,XF86AudioRaiseVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%+
|
bindle=,XF86AudioRaiseVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindle=,XF86AudioLowerVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%-
|
bindle=,XF86AudioLowerVolume, exec, wpctl set-volume -l 2.0 @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindle=,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bind=,XF86MonBrightnessUp,exec,light -A 10
|
bind=,XF86MonBrightnessUp,exec,light -A 10
|
||||||
|
@ -166,12 +161,6 @@ bind=SUPERCTRL,Right,movecurrentworkspacetomonitor,r
|
||||||
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
|
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
|
||||||
bind=SUPERCTRL,Down,movecurrentworkspacetomonitor,d
|
bind=SUPERCTRL,Down,movecurrentworkspacetomonitor,d
|
||||||
|
|
||||||
# Move window into group
|
|
||||||
bind=SUPERALT,Left,moveintogroup,l
|
|
||||||
bind=SUPERALT,Right,moveintogroup,r
|
|
||||||
bind=SUPERALT,Up,moveintogroup,u
|
|
||||||
bind=SUPERALT,Down,moveintogroup,d
|
|
||||||
|
|
||||||
# ----------------------- STARTUP -------------------- #
|
# ----------------------- STARTUP -------------------- #
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 20,
|
"height": 20,
|
||||||
|
|
||||||
"modules-left": ["hyprland/workspaces"],
|
"modules-left": ["wlr/workspaces"],
|
||||||
"modules-center": ["hyprland/window"],
|
"modules-center": ["hyprland/window"],
|
||||||
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
||||||
"modules-right": ["pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"],
|
"modules-right": ["pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"],
|
||||||
|
|
Loading…
Reference in a new issue