3 Commits
Author SHA1 Message Date
wyj 3202ccba44 update: waybar 2025-03-11 23:34:24 -04:00
wyj 62325b5fb7 update: code-flags 2025-03-11 23:34:08 -04:00
wyj 44cd8fe1f7 update: hyprland 2025-03-11 23:33:50 -04:00
6 changed files with 20 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
--ozone-platform=wayland
+2 -1
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
@@ -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)$
+9
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"
@@ -37,7 +37,8 @@
"Alacritty",
"kitty-dropterm",
"kitty",
"alacritty-dropterm"
"alacritty-dropterm",
"chrome-chatgpt.com__-Default"
],
"app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition"
@@ -57,7 +58,8 @@
"(.*) Microsoft Teams": "$1",
"(.*) - Google Chrome": "$1",
"(.*) - Visual Studio Code": "$1",
"(.*) _哔哩哔哩*": "$1"
"(.*) _哔哩哔哩*": "$1",
"imv - (.*)": "$1"
},
"separate-outputs": true
},