diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3ebd5d5..4c5b119 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -102,17 +102,18 @@ device:epic mouse V1 { $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% -bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% +bind = , XF86AudioLowerVolume, exec, amixer sset Master 5%- +bind = , XF86AudioRaiseVolume, exec, amixer sset Master 5%+ bind = $mainMod, Return, exec, emacsclient -c bind = $mainMod, W, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, Tab, exec, rofi -show drun -bind = $mainMod, Z , exec, tessen --dmenu=rofi +bind = $mainMod, R , exec, tessen --dmenu=rofi bind = $mainMod, V, togglefloating, bind = $mainMod, J, togglesplit, # dwindle +bind = , F12, exec, grim -g "$(slurp)" bind = $mainMod SHIFT, F, fullscreen # Move focus with mainMod + arrow keys @@ -156,4 +157,5 @@ bindm = $mainMod, mouse:273, resizewindow exec-once = waybar exec-once = hyprpaper exec-once = emacs --daemon -exec-once = qbittorrent
\ No newline at end of file +exec-once = qbittorrent +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
\ No newline at end of file |