Compare commits

...

5 commits

Author SHA1 Message Date
e6c3678ed0
Added mute button to Hyprland binds 2023-09-21 02:18:21 -06:00
fa891a0ce6
Hyprland group binds 2023-09-21 02:18:11 -06:00
95b5b7d8be
General Hyprland fixes
Reenabled terminal swallowing
Disabled Hyprland background (no more anime women on my desktop)
Enabled VRR
2023-09-21 02:16:53 -06:00
c4d67a5a08
Fixed deprecated Hyprland options 2023-09-21 02:16:23 -06:00
2ae8eb262f
Hyprland workspaces waybar module got merged, use those instead 2023-09-21 02:15:41 -06:00
2 changed files with 18 additions and 7 deletions

View file

@ -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

View file

@ -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"],