diff options
author | awy <awy@awy.one> | 2025-08-14 02:37:57 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 02:37:57 +0300 |
commit | 9e12eb5b61daa6fc864301893bc6242614777d76 (patch) | |
tree | ab8ef05ec19fb3aff3a3dab47c711d93ac584508 /.config | |
parent | 24e430e7158dfefc5571e71dfb268ef2aaf2ce17 (diff) | |
download | hyprdots-9e12eb5b61daa6fc864301893bc6242614777d76.tar.gz |
hyprland bindings
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 43d2ca1..066cc0a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,4 +1,5 @@ -monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 +# monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 +monitor = DP-3, 3840x2160@165, 0x0, 1.5 monitor = DP-2, 2560x1440@165, -2560x0, 1 $terminal = kitty @@ -186,6 +187,7 @@ bind = $mainMod SHIFT, equal, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; bind = $mainMod SHIFT, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; pkill -RTMIN+10 waybar bind = $mainMod, F1, exec, singboxwrap menu +bind = $mainMod, F2, exec, killall waybar & hyprctl dispatch exec waybar bind = $mainMod, F4, exec, $terminal -e pulsemixer; pkill -RTMIN+10 waybar; pkill -RTMIN+23 waybar bind = $mainMod, F6, exec, torwrap bind = $mainMod, F7, exec, td-toggle |