quickshell: IpService: fetch instead of refresh
This commit is contained in:
@@ -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"; }
|
||||
|
||||
|
||||
@@ -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"; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user