diff options
| author | zachir <zachir@librem.one> | 2026-02-04 19:38:39 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-02-04 19:38:39 -0600 |
| commit | 3139f4b8ec27cf80d2886e9f34f317025c301035 (patch) | |
| tree | 0c35b381f4ce475cf74b2ffc44f02f9fd8e021c9 /hypr | |
| parent | 4eb70336b2c27fe0a605453e8d95024a86ff7f7a (diff) | |
| parent | 066e5895b499c39a7868bc8b0634a49b7c8af729 (diff) | |
Merge branch 'master' into clacla
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 2 | ||||
| -rw-r--r-- | hypr/pyprland.toml | 78 |
2 files changed, 1 insertions, 79 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3d8812b..c8acf17 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -200,7 +200,7 @@ plugin { } hyprscrolling { - fullscreen_on_one_column = true + fullscreen_on_one_column = false column_width = 0.5 explicit_column_widths = 0.25, 0.333, 0.5, 0.667, 0.75, 1.0 focus_fit_method = 1 diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml deleted file mode 100644 index 3110ba5..0000000 --- a/hypr/pyprland.toml +++ /dev/null @@ -1,78 +0,0 @@ -[pyprland] -plugins = [ - "toggle_special", - "scratchpads", - "expose" -] - -[scratchpads.sphtop] -animation = "fromBottom" -command = "kitty --class sphtop -e htop" -class = "sphtop" -size = "50% 50%" - -[scratchpads.spterm] -animation = "fromBottom" -command = "kitty --class spterm" -class = "spterm" -size = "50% 50%" - -[scratchpads.sppmxr] -animation = "fromBottom" -command = "kitty --class sppmxr -e pulsemixer" -class = "sppmxr" -size = "50% 50%" - -[scratchpads.spblue] -animation = "fromBottom" -command = "kitty --class spblue -e bluetoothctl" -class = "spblue" -size = "50% 50%" - -[scratchpads.spncmp] -animation = "fromBottom" -command = "kitty --class spncmp -e ncmpcpp" -class = "spncmp" -size = "50% 50%" - -[scratchpads.spmutt] -animation = "fromBottom" -command = "kitty --class spmutt -e neomutt" -class = "spmutt" -size = "50% 50%" - -[scratchpads.spprof] -animation = "fromBottom" -command = "kitty --class spprof -e profanity" -class = "spprof" -size = "50% 50%" - -[scratchpads.spirss] -animation = "fromBottom" -command = "kitty --class spirss -e irssi" -class = "spirss" -size = "50% 50%" - -[scratchpads.spvimw] -animation = "fromBottom" -command = "kitty --class spvimw -e vw" -class = "spvimw" -size = "50% 50%" - -[scratchpads.trmc] -animation = "fromBottom" -command = "kitty --class trmc -e tremc" -class = "trmc" -size = "50% 50%" - -[scratchpads.helvum] -animation = "fromBottom" -command = "helvum" -class = "org.pipewire.Helvum" -size = "50% 50%" - -[scratchpads.easyfx] -animation = "fromBottom" -command = "easyeffects" -class = "com.github.wwmm.easyeffects" -size = "50% 50%" |
