diff options
Diffstat (limited to '.config/hypr')
| -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 247bd65..c5827a8 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 @@ -112,7 +112,8 @@ misc { swallow_regex = ^(footclient)$ # background_color = rgb(1E2326) background_color = rgb(4c566a) - disable_hyprland_qtutils_check=true + disable_hyprland_qtutils_check = true + middle_click_paste = false } experimental { @@ -169,7 +170,7 @@ bind = , Print, exec, grim pic-full-$(date '+%y%m%d-%H%M-%S').png bind = SHIFT, Print, exec, maimpick bind = $mainMod, Print, exec, dmenurecord bind = $mainMod SHIFT, Print, exec, dmenurecord kill -bind = $mainMod, E, exec, $terminal -T neomutt neomutt; pkill -RTMIN+12 waybar +bind = $mainMod, E, exec, $terminal -T aerc aerc; pkill -RTMIN+12 waybar bind = $mainMod, N, exec, linkhandler bind = $mainMod SHIFT, N, exec, $terminal -T newsraft -e newsraft; pkill -RTMIN+6 waybar bind = $mainMod SHIFT, R, exec, $terminal -e btop @@ -191,6 +192,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 |