Compare commits
5 commits
056e8e007a
...
e6c3678ed0
Author | SHA1 | Date | |
---|---|---|---|
e6c3678ed0 | |||
fa891a0ce6 | |||
95b5b7d8be | |||
c4d67a5a08 | |||
2ae8eb262f |
2 changed files with 18 additions and 7 deletions
|
@ -40,10 +40,10 @@ general {
|
|||
|
||||
decoration {
|
||||
rounding=2
|
||||
blur=1
|
||||
blur_size=3 # minimum 1
|
||||
blur_passes=1 # minimum 1
|
||||
blur_new_optimizations=1
|
||||
blur {
|
||||
enabled=true
|
||||
size=8
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
|
@ -65,8 +65,10 @@ gestures {
|
|||
}
|
||||
|
||||
misc {
|
||||
enable_swallow=false
|
||||
#swallow_regex='^(foot.*)$'
|
||||
enable_swallow=true
|
||||
swallow_regex=^(alacritty|kitty|footclient)$
|
||||
disable_hyprland_logo=true
|
||||
vrr=true
|
||||
}
|
||||
|
||||
# example window rules
|
||||
|
@ -99,6 +101,8 @@ bind=SUPERSHIFT,P,pseudo,
|
|||
bind=SUPER,P,pin,
|
||||
bind=SUPER,f,fullscreen,0
|
||||
bind=SUPER,m,fullscreen,1
|
||||
bind=SUPER,w,togglegroup
|
||||
bind=SUPERCTRL,w,moveoutofgroup
|
||||
bind=SUPERALT,f,fakefullscreen,1
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
|
@ -106,6 +110,7 @@ bind=SUPERSHIFT,Q,killactive,
|
|||
# Volume controls
|
||||
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=,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
|
||||
# Brightness
|
||||
bind=,XF86MonBrightnessUp,exec,light -A 10
|
||||
|
@ -161,6 +166,12 @@ bind=SUPERCTRL,Right,movecurrentworkspacetomonitor,r
|
|||
bind=SUPERCTRL,Up,movecurrentworkspacetomonitor,u
|
||||
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 -------------------- #
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"position": "top",
|
||||
"height": 20,
|
||||
|
||||
"modules-left": ["wlr/workspaces"],
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
//"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"],
|
||||
|
|
Loading…
Reference in a new issue