update: hyprland

This commit is contained in:
2025-03-11 23:33:50 -04:00
parent 3049fa792e
commit 44cd8fe1f7
4 changed files with 15 additions and 1 deletions

View File

@@ -3,10 +3,11 @@
# -----------------------------------------------------
# Setup XDG for screen sharing
exec-once = ../scripts/xdg.sh
#exec-once = ../scripts/xdg.sh
# Start Polkit
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = systemctl --user start hyprpolkitagent
# Load Dunst Notification Manager
exec-once = dunst

View File

@@ -102,3 +102,4 @@ submap = reset
# Pyprland
bind = $mainMod SHIFT, RETURN, exec, pypr toggle term
bind = $mainMod, C, exec, pypr toggle chat

View File

@@ -30,3 +30,6 @@ windowrule = float,^(xdg-desktop-portal-gtk)$
windowrule = float,title:^(打开文件)$
windowrule = tile,^(explorer.exe)$
windowrule = float,chrome-chatgpt
windowrule = fullscreen,^(eu4)$

View File

@@ -10,3 +10,12 @@ animation = "fromTop"
command = "kitty --class kitty-dropterm"
class = "kitty-dropterm"
size = "75% 60%"
unfocus = "hide"
[scratchpads.chat]
animation = "fromLeft"
command = "google-chrome-stable --ozone-platform=wayland --enable-wayland-ime --user-data-dir=$HOME/.config/chatgpt-webapp --app=https://chatgpt.com"
class = "chatgpt-webapp"
size = "30% 85%"
margin = 12
force_monitor = "DP-1"