update config file

This commit is contained in:
Hui
2024-03-18 21:52:36 +08:00
parent 9479232a1e
commit 1e0b8c3df9
6 changed files with 70 additions and 273 deletions

View File

@@ -24,15 +24,15 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # More wayland magic (screen sharing etc.)
exec-once = ~/.config/hypr/scripts/bgaction
exec-once = ~/.local/share/hyprload/hyprload.sh
#exec-once = ~/.local/share/hyprload/hyprload.sh
exec-once = ~/.config/hypr/scripts/xdg-portal-hyprland
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = mako &
exec-once = clash &
exec-once = swaync
#exec-once = clash &
exec-once = waybar &
exec-once = udiskie &
exec-once = blueman-applet
#exec-once = udiskie &
#exec-once = blueman-applet
exec-once = fcitx5 --replace -d
exec-once = nm-applet --indicator
@@ -182,33 +182,32 @@ xwayland {
force_zero_scaling = true
}
plugin {
hyprload {
quiet = true
}
touch_gestures {
# default sensitivity is probably too low on tablet screens,
# I recommend turning it up to 4.0
sensitivity = 4.0
workspace_swipe_fingers = 3
}
hyprbars {
# config
buttons {
# button config
}
}
windowrulev2 = tile, title:^(bandu_flutter)$
borders-plus-plus {
#add_borders = 1 # 0 - 2
#col.border_1 = rgb(ffffff) # example col for border 1
#col.border_2 = rgb(2222ff) # example col for border 2
}
}
#plugin {
#
# hyprload {
# quiet = true
# }
#
# touch_gestures {
# # default sensitivity is probably too low on tablet screens,
# # I recommend turning it up to 4.0
# sensitivity = 4.0
# workspace_swipe_fingers = 3
# }
#
# hyprbars {
# # config
# buttons {
# # button config
# }
# }
#
# borders-plus-plus {
# #add_borders = 1 # 0 - 2
# #col.border_1 = rgb(ffffff) # example col for border 1
# #col.border_2 = rgb(2222ff) # example col for border 2
# }
#}
# Example windowrule v1
# windowrule = float, ^(kitty)$
@@ -251,6 +250,7 @@ bind = $mainMod, J, exec, pkill jupyter-lab; jupyter-lab
bind = $mainMod, L, exec, logseq
#bind = $mainMod SHIFT, L, exec, swaylock
#bind = $mainMod, M, exec, wlogout --protocol layer-shell
bind = $mainMod, N, exec, swaync-client -t -sw
#bind = $mainMod CTRL, M, exec, motrix
#bind = $mainMod, N, exec, microsoft-edge --profile-directory=Default --app-id=bicgkabnllfcnajoaobgkmpjchldbdco --app-url=https://www.notion.so/000-Inbox-ed0cb9b1899648ea8007e860698d251c
bind = $mainMod SHIFT, N, exec, kitty nvim

View File

@@ -1,10 +0,0 @@
plugins = [
"Duckonaut/split-monitor-workspaces",
"zakk4223/hyprNStack",
"zakk4223/hyprRiver",
"VortexCoyote/hyprfocus",
"ItsDrike/hyprland-dwindle-autogroup",
"outfoxxed/hy3",
"horriblename/hyprland-touch-gestures",
"Duckonaut/split-monitor-workspaces",
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 KiB

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB