forked from Shinonome/dots-hyprland
update hyprland config
This commit is contained in:
@@ -18,7 +18,7 @@ bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- #
|
|||||||
bind = Super, T, exec, foot # Launch foot (terminal)
|
bind = Super, T, exec, foot # Launch foot (terminal)
|
||||||
bind = Super, Return, exec, foot # [hidden] # In case you're from i3 or its Wayland clone
|
bind = Super, Return, exec, foot # [hidden] # In case you're from i3 or its Wayland clone
|
||||||
bind = , Super, exec, true # Open app launcher
|
bind = , Super, exec, true # Open app launcher
|
||||||
bind = Ctrl+Super, T, exec, ~/.config/ags/scripts/color_generation/switchwall.sh # Change wallpaper
|
bind = Ctrl+Super, T, exec, ~/.config/quickshell/scripts/switchwall.sh || ~/.config/ags/scripts/color_generation/switchwall.sh # Change wallpaper
|
||||||
##! Actions
|
##! Actions
|
||||||
# Screenshot, Record, OCR, Color picker, Clipboard history
|
# Screenshot, Record, OCR, Color picker, Clipboard history
|
||||||
bind = Super, V, exec, pkill fuzzel || cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode | wl-copy # Clipboard history >> clipboard
|
bind = Super, V, exec, pkill fuzzel || cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode | wl-copy # Clipboard history >> clipboard
|
||||||
@@ -160,10 +160,10 @@ bind = Alt, Tab, bringactivetotop, # [hidden] bring it to the top
|
|||||||
bindr = Ctrl+Super, R, exec, killall ags agsv1 gjs ydotool; agsv1 & # Restart widgets
|
bindr = Ctrl+Super, R, exec, killall ags agsv1 gjs ydotool; agsv1 & # Restart widgets
|
||||||
bindr = Ctrl+Super+Alt, R, exec, hyprctl reload; killall agsv1 ydotool; agsv1 & # [hidden]
|
bindr = Ctrl+Super+Alt, R, exec, hyprctl reload; killall agsv1 ydotool; agsv1 & # [hidden]
|
||||||
bind = Ctrl+Alt, Slash, exec, agsv1 run-js 'cycleMode();' # Cycle bar mode (normal, focus)
|
bind = Ctrl+Alt, Slash, exec, agsv1 run-js 'cycleMode();' # Cycle bar mode (normal, focus)
|
||||||
bindir = Super, Super_L, exec, agsv1 -t 'overview' # Toggle overview/launcher
|
bindir = Super, Super_L, exec, qs ipc call overview toggle || agsv1 -t 'overview' # Toggle overview/launcher
|
||||||
bind = Super, Tab, exec, agsv1 -t 'overview' # [hidden]
|
bind = Super, Tab, exec, qs ipc call overview toggle || agsv1 -t 'overview' # [hidden]
|
||||||
bind = Super, Slash, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do agsv1 -t "cheatsheet""$i"; done # Show cheatsheet
|
bind = Super, Slash, exec, for ((i=0; i<$(hyprctl monitors -j | jq length); i++)); do agsv1 -t "cheatsheet""$i"; done # Show cheatsheet
|
||||||
bind = Super, B, exec, agsv1 -t 'sideleft' # Toggle left sidebar
|
bind = Super, B, exec, qs ipc call sidebarLeft toggle || agsv1 -t 'sideleft' # Toggle left sidebar
|
||||||
bind = Super, A, exec, qs ipc call sidebarLeft toggle || agsv1 -t 'sideleft' # [hidden]
|
bind = Super, A, exec, qs ipc call sidebarLeft toggle || agsv1 -t 'sideleft' # [hidden]
|
||||||
bind = Super, O, exec, qs ipc call sidebarLeft toggle || agsv1 -t 'sideleft' # [hidden]
|
bind = Super, O, exec, qs ipc call sidebarLeft toggle || agsv1 -t 'sideleft' # [hidden]
|
||||||
bind = Super, N, exec, qs ipc call sidebarRight toggle || agsv1 -t 'sideright' # Toggle right sidebar
|
bind = Super, N, exec, qs ipc call sidebarRight toggle || agsv1 -t 'sideright' # Toggle right sidebar
|
||||||
@@ -196,7 +196,7 @@ bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden]
|
|||||||
#!
|
#!
|
||||||
##! Apps
|
##! Apps
|
||||||
bind = Super, T, exec, # Launch foot (terminal)
|
bind = Super, T, exec, # Launch foot (terminal)
|
||||||
bind = Super, E, exec, dolphin --new-window || nautilus --new-window # Launch file manager (Dolphin/Nautilus)
|
bind = Super, E, exec, nautilus --new-window # Launch file manager (Nautilus)
|
||||||
bind = Super, Z, exec, Zed # Launch Zed (editor)
|
bind = Super, Z, exec, Zed # Launch Zed (editor)
|
||||||
bind = Super, C, exec, code # Launch VSCode (editor)
|
bind = Super, C, exec, code # Launch VSCode (editor)
|
||||||
bind = Super+Alt, E, exec, thunar # [hidden]
|
bind = Super+Alt, E, exec, thunar # [hidden]
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ layerrule = animation slide left, quickshell:sidebarLeft
|
|||||||
layerrule = animation slide top, quickshell:onScreenDisplay
|
layerrule = animation slide top, quickshell:onScreenDisplay
|
||||||
layerrule = animation fade, quickshell:session
|
layerrule = animation fade, quickshell:session
|
||||||
layerrule = blur, quickshell:session
|
layerrule = blur, quickshell:session
|
||||||
|
layerrule = noanim, quickshell:overview # Launcher needs to be FAST
|
||||||
## outfoxxed's stuff
|
## outfoxxed's stuff
|
||||||
layerrule = blur, shell:bar
|
layerrule = blur, shell:bar
|
||||||
layerrule = ignorezero, shell:bar
|
layerrule = ignorezero, shell:bar
|
||||||
|
|||||||
Reference in New Issue
Block a user