diff options
author | awy <awy@awy.one> | 2025-01-31 14:55:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-31 14:55:32 +0300 |
commit | e8abbaf2fae90bc103b9f96080e8e350d0897a0a (patch) | |
tree | 8a6da1c59bab97446bee81d7e8826e02198af438 /.config | |
parent | f8058f8c39b3058e5c32c198ddc368d858b4cd2e (diff) |
update
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0a7efdd..1231441 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -3,7 +3,7 @@ monitor = DP-3, 3840x2160@165, 2560x-720,1 $terminal = foot $browser = firefox -$fileManager = foot lf +$fileManager = foot yazi $menu = rofi -show drun exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = start-pipewire @@ -30,6 +30,7 @@ env = XDG_SESSION_TYPE,wayland env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = ELECTRON_OZONE_PLATFORM_HINT,auto +env = ENABLE_HDR_WSI,1 general { gaps_in = 5 @@ -143,7 +144,14 @@ bind = $mainMod, M, exec, foot -e cmus bind =,XF86AudioPlay, exec, playerctl play-pause bind =,XF86AudioPrev, exec, playerctl previous bind =,XF86AudioNext, exec, playerctl next -bind =,mouse:276, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle && pkill -RTMIN+8 waybar +bind =,mouse:276, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle && pkill -RTMIN+23 waybar +bind = $mainMod, minus, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; pkill -RTMIN+10 waybar +bind = $mainMod SHIFT, minus, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; pkill -RTMIN+10 waybar +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, F4, exec, foot -e pulsemixer; pkill -RTMIN+10 waybar; pkill -RTMIN+23 waybar +bind = $mainMod, F8, exec, mailsync; pkill -RTMIN+12 waybar bind = $mainMod SHIFT, Q, exec, sysact bind = $mainMod SHIFT, L, resizeactive, 100 0 @@ -195,6 +203,10 @@ workspace = 2, monitor:DP-2 workspace = 3, monitor:DP-3 workspace = 4, monitor:DP-3 +experimental { + xx_color_management_v4 = true +} + ecosystem { no_update_news = true } |