update: hyprland
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -102,3 +102,4 @@ submap = reset
|
||||
|
||||
# Pyprland
|
||||
bind = $mainMod SHIFT, RETURN, exec, pypr toggle term
|
||||
bind = $mainMod, C, exec, pypr toggle chat
|
||||
|
||||
@@ -30,3 +30,6 @@ windowrule = float,^(xdg-desktop-portal-gtk)$
|
||||
windowrule = float,title:^(打开文件)$
|
||||
|
||||
windowrule = tile,^(explorer.exe)$
|
||||
windowrule = float,chrome-chatgpt
|
||||
|
||||
windowrule = fullscreen,^(eu4)$
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user