Update dotfiles (2026-05-07 20:11:46)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
exec-once = uwsm app -S out -- zshell-cli shell start
|
||||
|
||||
exec-once = [workspace 1] sleep 3s && uwsm app -S out -- discord --enable-features=WaylandLinuxDrmSyncobj
|
||||
exec-once = [workspace 3 silent] sleep 3s && uwsm app -S out -- openrgb
|
||||
exec-once = [workspace 3 silent] sleep 3s && uwsm app -S out -- openrgb -p green --gui
|
||||
exec-once = [workspace 2 silent] sleep 3s && uwsm app -S out -- keepassxc
|
||||
# exec-once = [workspace 1 silent] sleep 3s && uwsm app -S out -- 64gram-desktop
|
||||
exec-once = [workspace 1 silent] sleep 3s && uwsm app -S out -- AyuGram
|
||||
|
||||
@@ -9,8 +9,8 @@ workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-3
|
||||
|
||||
render {
|
||||
direct_scanout = 1
|
||||
new_render_scheduling = true
|
||||
direct_scanout = 2
|
||||
new_render_scheduling = false
|
||||
ctm_animation = false
|
||||
}
|
||||
|
||||
@@ -28,13 +28,15 @@ ecosystem {
|
||||
misc {
|
||||
disable_splash_rendering = false
|
||||
vfr = true
|
||||
vrr = 3
|
||||
vrr = 0
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = false
|
||||
anr_missed_pings = 20
|
||||
size_limits_tiled = true
|
||||
allow_session_lock_restore = true
|
||||
session_lock_xray = false
|
||||
mouse_move_enables_dpms = true
|
||||
key_press_enables_dpms = true
|
||||
}
|
||||
|
||||
experimental {
|
||||
|
||||
@@ -3,48 +3,49 @@
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
general {
|
||||
border_size = 1
|
||||
col.inactive_border = rgba(d50000ff) rgba(c300afff) 90deg
|
||||
col.active_border = rgba(00cdffff) rgba(00ff80ff) 90deg
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
border_size = 1
|
||||
col.inactive_border = rgba(ffffff10) rgba(ffffff10) 90deg
|
||||
col.active_border = rgba(ffffff10) rgba(ffffff10) 90deg
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 6
|
||||
rounding_power = 2
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
brightness = 1.0
|
||||
vibrancy = 0
|
||||
vibrancy_darkness = 0
|
||||
xray = false
|
||||
noise = 0.05
|
||||
popups = true
|
||||
popups_ignorealpha = 0.5
|
||||
input_methods = true
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
dim_inactive = true
|
||||
dim_strength = 0.0
|
||||
fullscreen_opacity = 1.0
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
blur {
|
||||
enabled = true
|
||||
size = 8
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
contrast = 1.0
|
||||
brightness = 1.0
|
||||
vibrancy = 0
|
||||
vibrancy_darkness = 0
|
||||
xray = false
|
||||
noise = 0.05
|
||||
popups = true
|
||||
popups_ignorealpha = 0.6
|
||||
input_methods = true
|
||||
}
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
dim_inactive = true
|
||||
dim_strength = 0.0
|
||||
fullscreen_opacity = 1.0
|
||||
border_part_of_window = true
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 100
|
||||
render_power = 4
|
||||
color = 0x66000000
|
||||
color_inactive = 0x33000000
|
||||
offset = 0, 10
|
||||
scale = 1
|
||||
}
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 100
|
||||
render_power = 4
|
||||
color = 0x66000000
|
||||
color_inactive = 0x33000000
|
||||
offset = 0, 10
|
||||
scale = 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ $mainMod = SUPER
|
||||
|
||||
# Applications
|
||||
# bind = $mainMod, RETURN, exec, app2unit -- zterm
|
||||
bind = $mainMod, RETURN, exec, app2unit -- wezterm
|
||||
bind = $mainMod, RETURN, exec, app2unit -- zterm
|
||||
bind = $mainMod, B, exec, uwsm-app -S out -- librewolf
|
||||
bind = $mainMod, E, exec, uwsm-app -S out -- dolphin
|
||||
bind = $mainMod CTRL, E, exec, uwsm-app -S out -- hyprlauncher
|
||||
@@ -20,7 +20,6 @@ bind = $mainMod CTRL ALT, O, exec, uwsm-app -S out -- ~/.config/hypr/scripts/key
|
||||
bind = $mainMod, Q, exec, hyprctl dispatch killactive
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
@@ -32,7 +31,8 @@ bind = $mainMod SHIFT, left, resizeactive, -100 0
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
bind = $mainMod, G, togglegroup
|
||||
bind = $mainMod, K, swapsplit
|
||||
bind = $mainMod, J, layoutmsg, togglesplit
|
||||
bind = $mainMod, K, layoutmsg, swapsplit
|
||||
bind = $mainMod CTRL, up, swapwindow, u
|
||||
bind = $mainMod CTRL, down, swapwindow, d
|
||||
bind = $mainMod CTRL, left, swapwindow, l
|
||||
@@ -54,8 +54,8 @@ bind = CTRL SHIFT, M, exec, /home/zach/.config/cronjobscripts/wpctl-mute.sh
|
||||
|
||||
# Actions
|
||||
# bind = $mainMod CTRL, L, global, zshell:show-osd
|
||||
bind = $mainMod CTRL, L, global, zshell:toggle-settings
|
||||
# bind = $mainMod CTRL, L, global, zshell:lock
|
||||
# bind = $mainMod CTRL, L, global, zshell:toggle-settings
|
||||
bind = $mainMod CTRL, L, global, zshell:toggle-drawing
|
||||
|
||||
|
||||
bind = $mainMod, Tab, global, zshell:toggle-overview
|
||||
@@ -69,8 +69,8 @@ bind = $mainMod, P, exec, uwsm-app -S out -- hyprpicker -a --format=hex
|
||||
bind = , code:171, exec, uwsm-app -S out -- ddcutil setvcp 10 + 20 --enable-dynamic-sleep --skip-ddc-checks --bus=7 && ddcutil setvcp 10 + 20 --enable-dynamic-sleep --skip-ddc-checks --bus=6
|
||||
bind = , code:173, exec, uwsm-app -S out -- ddcutil setvcp 10 - 20 --enable-dynamic-sleep --skip-ddc-checks --bus=7 && ddcutil setvcp 10 - 20 --enable-dynamic-sleep --skip-ddc-checks --bus=6
|
||||
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+ --limit 1.0
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%- --limit 1.0
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ --limit 1.0
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- --limit 1.0
|
||||
|
||||
# Workspaces
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
|
||||
scrolling {
|
||||
focus_fit_method = 0
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
enable_swallow = true
|
||||
enable_swallow = false
|
||||
swallow_regex = ^(kitty)$
|
||||
}
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
|
||||
monitorv2 {
|
||||
output = DP-1
|
||||
mode = 2560x1440@144
|
||||
mode = 3840x2160@160
|
||||
position = 0x0
|
||||
scale = 1
|
||||
scale = 1.5
|
||||
vrr = 3
|
||||
cm = auto
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = DP-2
|
||||
mode = 3840x2160
|
||||
mode = 3840x2160@60
|
||||
position = auto-center-left
|
||||
scale = 1.5
|
||||
vrr = 3
|
||||
@@ -23,7 +23,7 @@ monitorv2 {
|
||||
|
||||
monitorv2 {
|
||||
output = DP-3
|
||||
mode = 2560x1440@165
|
||||
mode = 2560x1440@144
|
||||
position = auto-center-right
|
||||
scale = 1
|
||||
vrr = 3
|
||||
|
||||
@@ -1,9 +1 @@
|
||||
layerrule = blur on,match:namespace match:namespace quickshell
|
||||
|
||||
layerrule = blur on,match:namespace ZShell-Bar
|
||||
layerrule = blur_popups on,match:namespace ZShell-Bar
|
||||
layerrule = ignore_alpha 0.5,match:namespace ZShell-Bar
|
||||
|
||||
layerrule = blur on,match:namespace ZShell-Auth
|
||||
layerrule = blur_popups on,match:namespace ZShell-Auth
|
||||
layerrule = ignore_alpha 0.6,match:namespace ZShell-Auth
|
||||
|
||||
Reference in New Issue
Block a user