Update .config/DankMaterialShell/firefox.css
Update .config/niri/binds.kdl Update .config/niri/config.kdl Update .config/niri/startup.kdl Update .config/nvim/lua/plugins/dankcolors.lua
This commit is contained in:
parent
a59309557e
commit
87385dd415
5 changed files with 45 additions and 37 deletions
|
|
@ -58,8 +58,8 @@ binds {
|
|||
|
||||
// Changing monitor focus.
|
||||
Mod+Alt+Left { focus-monitor-left; }
|
||||
Mod+Alt+Down { focus-monitor-down; }
|
||||
Mod+Alt+Up { focus-monitor-up; }
|
||||
Mod+Alt+Down { move-workspace-down; }
|
||||
Mod+Alt+Up { move-workspace-up; }
|
||||
Mod+Alt+Right { focus-monitor-right; }
|
||||
|
||||
// Moving window to monitor.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
include "input.kdl"
|
||||
include "workspaces.kdl"
|
||||
include "overview.kdl"
|
||||
include "animations.kdl"
|
||||
include "binds.kdl"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
hotkey-overlay { skip-at-startup; }
|
||||
// spawn-at-startup "~/.config/niri/overview-listener"
|
||||
spawn-at-startup "dms" "run"
|
||||
// DMS now managed via systemd: systemctl --user enable dms
|
||||
// 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 &"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue