update keybinds

This commit is contained in:
2025-10-13 01:35:32 +02:00
parent 5e9eabb62c
commit 8b2cb792ff
4 changed files with 17 additions and 7 deletions

View File

@@ -23,8 +23,8 @@
- **Colorscheme**: Catppuccin Mocha
- **App Launcher**: Rofi
- **Logout Screen**: Wlogout
- **Desktop Widgets**: Eww | Quickshell
- **Wallpaper Daemon**: SWWW
- **Desktop Widgets**: Eww | **Quickshell**
- **Wallpaper Daemon**: Swww
- **Notification Daemon**: Mako
## Hyprland & friends
@@ -45,7 +45,7 @@ Not based on, but heavily depends on modules from [noctalia-shell](https://githu
- `lyrics`, scrolling lyrics player, depends on [a small program](https://github.com/Uyanide/spotify-lyrics) from myself <small>(which also happens to be my frist Golang program :D)</small>.
- `lyrics-single`, similar to `lyrics`, but only with a single line and can be easily embeded into the status bar.
## SWWW
## Swww
In Niri, the wallpaper will be automatically blurred when there are windows in focus. And the backdrop also has a blurred wallpaper applied to it. These are implemented in [wallpaper-daemon](https://github.com/Uyanide/dotfiles/blob/main/.scripts/wallpaper-daemon).

View File

@@ -284,8 +284,9 @@ binds {
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Waybar
Mod+Shift+K { spawn-sh "waybar-toggle"; }
// Quickshell
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
// Rofi
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }

View File

@@ -284,8 +284,9 @@ binds {
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
// Waybar
Mod+Shift+K { spawn-sh "waybar-toggle"; }
// Quickshell
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
// Rofi
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }

View File

@@ -32,4 +32,12 @@ Item {
target: "lyrics"
}
IpcHandler {
function toggleInhibitor() {
Caffeine.manualToggle();
}
target: "idleInhibitor"
}
}