update keybinds
This commit is contained in:
@@ -23,8 +23,8 @@
|
|||||||
- **Colorscheme**: Catppuccin Mocha
|
- **Colorscheme**: Catppuccin Mocha
|
||||||
- **App Launcher**: Rofi
|
- **App Launcher**: Rofi
|
||||||
- **Logout Screen**: Wlogout
|
- **Logout Screen**: Wlogout
|
||||||
- **Desktop Widgets**: Eww | Quickshell
|
- **Desktop Widgets**: Eww | **Quickshell**
|
||||||
- **Wallpaper Daemon**: SWWW
|
- **Wallpaper Daemon**: Swww
|
||||||
- **Notification Daemon**: Mako
|
- **Notification Daemon**: Mako
|
||||||
|
|
||||||
## Hyprland & friends
|
## 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`, 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.
|
- `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).
|
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).
|
||||||
|
|
||||||
|
|||||||
@@ -284,8 +284,9 @@ binds {
|
|||||||
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
|
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
|
||||||
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
|
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
|
||||||
|
|
||||||
// Waybar
|
// Quickshell
|
||||||
Mod+Shift+K { spawn-sh "waybar-toggle"; }
|
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
|
||||||
|
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
|
||||||
|
|
||||||
// Rofi
|
// Rofi
|
||||||
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
|
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
|
||||||
|
|||||||
@@ -284,8 +284,9 @@ binds {
|
|||||||
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
|
Mod+Space { spawn-sh "qs ipc call panels toggleControlCenter"; }
|
||||||
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
|
Mod+Shift+L { spawn-sh "qs ipc call lyrics toggleBarLyrics"; }
|
||||||
|
|
||||||
// Waybar
|
// Quickshell
|
||||||
Mod+Shift+K { spawn-sh "waybar-toggle"; }
|
Mod+Shift+K { spawn-sh "pkill quickshell || quickshell"; }
|
||||||
|
Mod+I { spawn-sh "qs ipc call idleInhibitor toggleInhibitor"; }
|
||||||
|
|
||||||
// Rofi
|
// Rofi
|
||||||
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
|
Mod+D { spawn-sh "pkill rofi || rofi -show run"; }
|
||||||
|
|||||||
@@ -32,4 +32,12 @@ Item {
|
|||||||
target: "lyrics"
|
target: "lyrics"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IpcHandler {
|
||||||
|
function toggleInhibitor() {
|
||||||
|
Caffeine.manualToggle();
|
||||||
|
}
|
||||||
|
|
||||||
|
target: "idleInhibitor"
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user