This commit is contained in:
Lukian 2024-10-29 22:55:04 +01:00
parent f02f691071
commit c5dd865151
5 changed files with 130 additions and 3 deletions

View file

@ -19,7 +19,7 @@ $menu = wofi --show drun
### AUTOSTART ###
#################
exec-once = waybar & hyprpaper
exec-once = waybar & hyprpaper & nm-applet --indicator & blueman-applet
#############################
@ -202,6 +202,11 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bind = $mainMod SHIFT, right, resizeactive, 50 0
bind = $mainMod SHIFT, left, resizeactive, -50 0
bind = $mainMod SHIFT, up, resizeactive, 0 -50
bind = $mainMod SHIFT, down, resizeactive, 0 50
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-