diff options
| author | awy <awy@awy.one> | 2025-11-04 14:44:21 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-04 14:44:21 +0300 |
| commit | f1f0012b16d00e23d6199ce03bfba9b9b04538b7 (patch) | |
| tree | 12a639750c9c64a9e37a7e0b449d46d807622768 /.config/hypr/hyprland.conf | |
| parent | 0043a1d87a144764dcfc83a7d1834a47709ef6f0 (diff) | |
| download | hyprdots-f1f0012b16d00e23d6199ce03bfba9b9b04538b7.tar.gz | |
chooseprofile script
fast way to launch icecat with certain profile
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 247bd65..d626647 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,5 +1,5 @@ -monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 -# monitor = DP-3, 3840x2160@165, 0x0, 1.5 +# 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 = footclient @@ -191,6 +191,7 @@ bind = $mainMod SHIFT, minus, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; bind = $mainMod, equal, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; pkill -RTMIN+10 waybar bind = $mainMod SHIFT, equal, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; pkill -RTMIN+10 waybar bind = $mainMod SHIFT, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; pkill -RTMIN+10 waybar +bind = $mainMod, Tab, exec, chooseprofile bind = $mainMod, F1, exec, singboxwrap menu bind = $mainMod, F2, exec, killall waybar & hyprctl dispatch exec waybar bind = $mainMod, F4, exec, $terminal -e pulsemixer |