diff options
author | ZachIR <zachir@librem.one> | 2025-09-10 06:40:33 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-09-10 06:40:33 -0500 |
commit | 3a66f723a354beefd740dcba92eab9cbe5e7bcb6 (patch) | |
tree | d4ded8ef16dad2f795a947acec643691556e7635 /hypr | |
parent | acc894c4adfd9db5494c53fb150797441a931a1b (diff) | |
parent | da23a4ba550b8f2313d8cdc8b5ef24c45c680260 (diff) |
Merge branch 'master' into carcar
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 8 | ||||
-rw-r--r-- | hypr/hyprscratch.conf | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index d1d3cea..4351949 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -32,6 +32,7 @@ exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = systemctl --user start dunst exec-once = systemctl --user start hypridle +exec-once = xwayland-satellite :1 #exec-once = mpd #}}} @@ -41,6 +42,7 @@ env = HYPRCURSOR_THEME,theme_BreezeX-Black env = HYPRCURSOR_SIZE,32 env = XCURSOR_THEME,BreezeX-Black env = XCURSOR_SIZE,32 +env = DISPLAY=:1 #}}} # Source a file (multi-file configs) @@ -200,7 +202,7 @@ plugin { hyprscrolling { fullscreen_on_one_column = true column_width = 0.5 - explicit_column_widths = 0.333, 0.5, 0.667, 1.0 + explicit_column_widths = 0.25, 0.333, 0.5, 0.667, 0.75, 1.0 focus_fit_method = 1 follow_focus = true } @@ -418,7 +420,7 @@ bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_v bind = $mainMod, R, exec, rs bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc -bind = $mainMod $secdMod, E, exec, mbc +bind = $mainMod $secdMod, E, exec, brc bind = $mainMod $secdMod, R, exec, ffc bind = $mainMod $secdMod, 1, exec, bm bind = $mainMod $secdMod, comma, exec, dmount -p @@ -449,7 +451,7 @@ bind = $mainMod CONTROL, B, exec, hyprscratch toggle spncmp bind = $mainMod CONTROL, A, exec, hyprscratch toggle spmutt bind = $mainMod CONTROL, S, exec, hyprscratch toggle spprof bind = $mainMod CONTROL, D, exec, hyprscratch toggle spirss -bind = $mainMod CONTROL, F, exec, hyprscratch toggle sptodo +bind = $mainMod CONTROL, F, exec, hyprscratch toggle spvimw bind = $mainMod CONTROL, G, exec, hyprscratch toggle sptrmc bind = $mainMod CONTROL, Q, exec, hyprscratch toggle helvum bind = $mainMod CONTROL, E, exec, hyprscratch toggle easyeffects diff --git a/hypr/hyprscratch.conf b/hypr/hyprscratch.conf index 4274dcd..5964419 100644 --- a/hypr/hyprscratch.conf +++ b/hypr/hyprscratch.conf @@ -1,5 +1,6 @@ # Optional globals that apply to all scratchpads daemon_options = clean +daemon_options = eager global_rules = size 50% 50% @@ -83,10 +84,10 @@ spirss { options = special } -sptodo { +spvimw { # Mandatory fields - title = sptodo - command = kitty -T sptodo todo + title = spvimw + command = kitty -T spvimw nvim +VimwikiIndex # Optional fields options = lazy |