diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/zsh/aliases.zsh | 1 | ||||
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/essentials/zsh/aliases.zsh b/config/essentials/zsh/aliases.zsh index 900b285..70fad17 100644 --- a/config/essentials/zsh/aliases.zsh +++ b/config/essentials/zsh/aliases.zsh @@ -81,6 +81,7 @@ alias -g xclipo='xclip -o -selection clipboard -r' alias xrandr-rpgmaker='xrandr --auto --output VGA-1 --mode 1024x768 --left-of HDMI-1 && ~/.fehbg' alias xrandr-default='xrandr --auto --output VGA-1 --mode 1920x1080 --left-of HDMI-1 --output HDMI-1 --mode 1920x1080 && ~/.fehbg' +alias d='du -d 0 -h' alias dud='du * -d 0 -h 2>/dev/null | sort -h' alias df='df -h' alias shred='shred -uz' diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index e540530..cb10860 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -191,3 +191,6 @@ bind=, V, submap, reset # , ("M-S-<Insert>", spawn "dmpsclip") submap = reset +bind=, XF86AudioLowerVolume, exec, pamixer -d 5 +bind=, XF86AudioRaiseVolume, exec, pamixer -i 5 +bind=, XF86AudioMute, exec, pamixer -t |