Update .config/niri/binds.kdl
Update .config/niri/config.kdl Update .config/niri/startup.kdl Update .config/niri/windowrules.kdl Update .config/nvim/lazy-lock.json Update .config/nvim/lua/plugin/04_fzflua.lua Update .local/bin/make-pwa
This commit is contained in:
parent
0f67e6fe78
commit
f452be1e6a
7 changed files with 45 additions and 28 deletions
|
|
@ -11,8 +11,14 @@ binds {
|
|||
Mod+O repeat=false { toggle-overview; }
|
||||
Mod+W repeat=false { close-window; }
|
||||
|
||||
// DMS.
|
||||
Mod+V { spawn "dms" "ipc" "call" "clipboard" "toggle"; }
|
||||
Mod+P { spawn "dms" "ipc" "call" "processlist" "focusOrToggle"; }
|
||||
Mod+N { spawn "dms" "ipc" "call" "notifications" "toggle"; }
|
||||
Mod+S { spawn "dms" "ipc" "call" "notepad" "toggle"; }
|
||||
Mod+Space { spawn "dms" "ipc" "call" "spotlight" "toggle"; }
|
||||
|
||||
Mod+Return { spawn "alacritty"; }
|
||||
Mod+Space { spawn "fuzzel"; }
|
||||
Mod+F { spawn-sh "uwsm app -- nautilus --new-window"; }
|
||||
Mod+B { spawn "chromium"; }
|
||||
Mod+D { spawn "vesktop"; }
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@ include "windowrules.kdl"
|
|||
include "startup.kdl"
|
||||
include "recentwindows.kdl"
|
||||
|
||||
environment {
|
||||
QT_QPA_PLATFORM "wayland"
|
||||
QT_QPA_PLATFORMTHEME "gtk3"
|
||||
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
||||
}
|
||||
|
||||
// https://yalter.github.io/niri/Configuration:-Layout
|
||||
layout {
|
||||
gaps 5
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
hotkey-overlay { skip-at-startup; }
|
||||
spawn-sh-at-startup "waybar -c ~/.config/waybar/config.jsonc"
|
||||
spawn-at-startup "~/.config/niri/overview-listener"
|
||||
spawn-sh-at-startup "swaybg -c 3B224C"
|
||||
// spawn-at-startup "~/.config/niri/overview-listener"
|
||||
spawn-at-startup "dms" "run"
|
||||
spawn-sh-at-startup "wl-clip-persist --clipboard regular -all-mime-type-regex '^(?!x-kde-passwordManagerHint).+'"
|
||||
spawn-at-startup "bash" "-c" "wl-paste --watch cliphist store &"
|
||||
|
||||
|
|
|
|||
|
|
@ -44,3 +44,8 @@ window-rule {
|
|||
default-column-width {}
|
||||
default-window-height {}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"org.quickshell$"#
|
||||
open-floating true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue