quickshell: IpService: fetch instead of refresh

This commit is contained in:
2025-10-13 05:59:10 +02:00
parent ba194b8fa4
commit 1e06ae479e
7 changed files with 21 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ input {
warp-mouse-to-focus
// Focus windows and outputs automatically when moving the mouse into them.
focus-follows-mouse max-scroll-amount="100%"
focus-follows-mouse max-scroll-amount="99%"
}
/************************Output************************/
@@ -280,11 +280,10 @@ binds {
Mod+Shift+Return { spawn "ghostty"; }
Mod+Shift+W { spawn "wallpaper-chooser"; }
// EWW
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Quickshell
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+D { spawn-sh "qs ipc call panels toggleCalendar"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
Mod+Shift+K { spawn-sh "pkill -x quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }

View File

@@ -27,7 +27,7 @@ input {
warp-mouse-to-focus
// Focus windows and outputs automatically when moving the mouse into them.
focus-follows-mouse max-scroll-amount="100%"
focus-follows-mouse max-scroll-amount="99%"
}
/************************Output************************/
@@ -280,11 +280,10 @@ binds {
Mod+Shift+Return { spawn "ghostty"; }
Mod+Shift+W { spawn "wallpaper-chooser"; }
// EWW
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Quickshell
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+D { spawn-sh "qs ipc call panels toggleCalendar"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
Mod+Shift+K { spawn-sh "pkill -x quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }