diff options
Diffstat (limited to 'dotfiles/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/pypr/config.toml | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 1aeb58e..23a3a6b 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -250,7 +250,7 @@ bind = $mod SHIFT, PERIOD, movewindow, mon:+1 # Configured in ~/.config/hypr/pyprland.toml # Uses normal workspaces (not special), so new windows won't be captured bind = $mod SHIFT, RETURN, exec, pypr toggle term -bind = $mod, I, exec, pypr toggle term2 +bind = $mod, I, exec, pypr toggle ai-term bind = $mod, A, exec, pypr toggle audio bind = $mod, M, exec, pypr toggle monitor bind = $mod, N, exec, pypr toggle network diff --git a/dotfiles/hyprland/.config/pypr/config.toml b/dotfiles/hyprland/.config/pypr/config.toml index b105a67..193f499 100644 --- a/dotfiles/hyprland/.config/pypr/config.toml +++ b/dotfiles/hyprland/.config/pypr/config.toml @@ -22,15 +22,15 @@ factor = 2 [scratchpads.term] command = "foot --app-id foot-term tmux" class = "foot-term" -size = "50% 60%" -position = "25% 20%" +size = "50% 70%" +position = "25% 15%" animation = "fromBottom" -[scratchpads.term2] -command = "foot --app-id foot-term2 tmux" -class = "foot-term2" -size = "50% 60%" -position = "25% 20%" +[scratchpads.ai-term] +command = "foot --app-id foot-ai-term tmux" +class = "foot-ai-term" +size = "50% 70%" +position = "25% 15%" animation = "fromBottom" [scratchpads.audio] |
