Skip to content

Commit

Permalink
Merge pull request #3464 from yutkat/v46.030
Browse files Browse the repository at this point in the history
hypr: Fix pypr
  • Loading branch information
yutkat authored Nov 21, 2023
2 parents 0443a97 + 178a72f commit ce02a19
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ bind=SUPER,r,exec,killall -SIGUSR2 waybar
## pypr
exec-once=pypr
bind=SUPER,semicolon,exec,pypr toggle term
windowrulev2=float,class:(wezterm.scratchpad)
windowrulev2=workspace special silent,class:(wezterm.scratchpad)
windowrulev2=size 90% 90%,class:(wezterm.scratchpad)
windowrulev2=center,class:(wezterm.scratchpad)
# windowrulev2=float,class:(wezterm.scratchpad)
# windowrulev2=workspace special:scratch_term silent,class:(wezterm.scratchpad)
# windowrulev2=size 90% 90%,class:(wezterm.scratchpad)
# windowrulev2=center,class:(wezterm.scratchpad)

## Lock
exec-once=swayidle -w timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
Expand Down
14 changes: 0 additions & 14 deletions .config/hypr/pyprland.json

This file was deleted.

11 changes: 11 additions & 0 deletions .config/hypr/pyprland.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[pyprland]
plugins = [
"scratchpads",
]

[scratchpads.term]
animation = "fromTop"
command = "wezterm start --class 'wezterm.scratchpad'"
class = "wezterm.scratchpad"
size = "90% 90%"
# position = "50% 50%"

0 comments on commit ce02a19

Please sign in to comment.