Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3202ccba44 | ||
|
|
62325b5fb7 | ||
|
|
44cd8fe1f7 |
@@ -0,0 +1 @@
|
|||||||
|
--ozone-platform=wayland
|
||||||
@@ -3,10 +3,11 @@
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
# Setup XDG for screen sharing
|
# Setup XDG for screen sharing
|
||||||
exec-once = ../scripts/xdg.sh
|
#exec-once = ../scripts/xdg.sh
|
||||||
|
|
||||||
# Start Polkit
|
# Start Polkit
|
||||||
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
# exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
|
|
||||||
# Load Dunst Notification Manager
|
# Load Dunst Notification Manager
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
|
|||||||
@@ -102,3 +102,4 @@ submap = reset
|
|||||||
|
|
||||||
# Pyprland
|
# Pyprland
|
||||||
bind = $mainMod SHIFT, RETURN, exec, pypr toggle term
|
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 = float,title:^(打开文件)$
|
||||||
|
|
||||||
windowrule = tile,^(explorer.exe)$
|
windowrule = tile,^(explorer.exe)$
|
||||||
|
windowrule = float,chrome-chatgpt
|
||||||
|
|
||||||
|
windowrule = fullscreen,^(eu4)$
|
||||||
|
|||||||
@@ -10,3 +10,12 @@ animation = "fromTop"
|
|||||||
command = "kitty --class kitty-dropterm"
|
command = "kitty --class kitty-dropterm"
|
||||||
class = "kitty-dropterm"
|
class = "kitty-dropterm"
|
||||||
size = "75% 60%"
|
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",
|
"Alacritty",
|
||||||
"kitty-dropterm",
|
"kitty-dropterm",
|
||||||
"kitty",
|
"kitty",
|
||||||
"alacritty-dropterm"
|
"alacritty-dropterm",
|
||||||
|
"chrome-chatgpt.com__-Default"
|
||||||
],
|
],
|
||||||
"app_ids-mapping": {
|
"app_ids-mapping": {
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||||
@@ -57,7 +58,8 @@
|
|||||||
"(.*) Microsoft Teams": "$1",
|
"(.*) Microsoft Teams": "$1",
|
||||||
"(.*) - Google Chrome": "$1",
|
"(.*) - Google Chrome": "$1",
|
||||||
"(.*) - Visual Studio Code": "$1",
|
"(.*) - Visual Studio Code": "$1",
|
||||||
"(.*) _哔哩哔哩*": "$1"
|
"(.*) _哔哩哔哩*": "$1",
|
||||||
|
"imv - (.*)": "$1"
|
||||||
},
|
},
|
||||||
"separate-outputs": true
|
"separate-outputs": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user