diff options
Diffstat (limited to 'dotfiles/hyprland/.config/hypr')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 4 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/pyprland.toml | 55 |
2 files changed, 1 insertions, 58 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index aef8d2e..3abf43f 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -17,12 +17,11 @@ exec-once = systemctl --user start xdg-desktop-portal-hyprland xdg-desktop-porta # Core services exec-once = /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh exec-once = dunst > ~/.local/var/log/dunst-$(date +%Y-%m-%d-%H%M%S).log 2>&1 -exec-once = hyprpm -n update && sleep 1 && hyprctl dismissnotify -1 +exec-once = hyprland-plugins-setup && sleep 1 && hyprctl dismissnotify -1 # Desktop appearance (after portal is ready) exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg exec-once = waybar > ~/.local/var/log/waybar-$(date +%Y-%m-%d-%H%M%S).log 2>&1 -exec-once = set-theme "$(cat ~/.config/current-theme 2>/dev/null || echo hudson)" # Background services exec-once = hypridle > ~/.local/var/log/hypridle-$(date +%Y-%m-%d-%H%M%S).log 2>&1 @@ -173,7 +172,6 @@ $mod = SUPER bind = $mod, T, exec, foot bind = $mod, E, exec, emacsclient -c -a "" || emacs bind = $mod, W, exec, $BROWSER -bind = $mod, P, exec, fuzzel bind = $mod, F, exec, nautilus # From sxhkdrc diff --git a/dotfiles/hyprland/.config/hypr/pyprland.toml b/dotfiles/hyprland/.config/hypr/pyprland.toml deleted file mode 100644 index e496cd9..0000000 --- a/dotfiles/hyprland/.config/hypr/pyprland.toml +++ /dev/null @@ -1,55 +0,0 @@ -# Pyprland Configuration -# https://hyprland-community.github.io/pyprland/ - -[pyprland] -plugins = [ - "scratchpads", - "magnify", -] - -# ============================================================================ -# Magnify -# ============================================================================ -[magnify] -factor = 2 - -# ============================================================================ -# Scratchpads -# ============================================================================ -# Scratchpads use normal workspaces by default (not special workspaces), -# which prevents newly launched apps from being captured by the scratchpad. - -[scratchpads.term] -command = "foot --app-id foot-term tmux" -class = "foot-term" -size = "60% 60%" -position = "20% 20%" -animation = "fromBottom" - -[scratchpads.term2] -command = "foot --app-id foot-term2 tmux" -class = "foot-term2" -size = "60% 60%" -position = "20% 30%" -animation = "fromBottom" - -[scratchpads.audio] -command = "foot --app-id foot-audio pulsemixer" -class = "foot-audio" -size = "60% 60%" -position = "20% 20%" -animation = "fromBottom" - -[scratchpads.monitor] -command = "foot --app-id foot-monitor monitor-dashboard" -class = "foot-monitor" -size = "60% 60%" -position = "20% 20%" -animation = "fromBottom" - -[scratchpads.music] -command = "foot --app-id foot-music ncmpcpp" -class = "foot-music" -size = "60% 60%" -position = "20% 20%" -animation = "fromBottom" |
