move wal update, do not show niri hotkeys
This commit is contained in:
@@ -275,7 +275,7 @@ spawn-at-startup "waybar"
|
|||||||
|
|
||||||
hotkey-overlay {
|
hotkey-overlay {
|
||||||
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
||||||
// skip-at-startup
|
skip-at-startup
|
||||||
}
|
}
|
||||||
|
|
||||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||||
@@ -585,7 +585,7 @@ binds {
|
|||||||
// rather than stacked on top of each other.
|
// rather than stacked on top of each other.
|
||||||
Mod+W { toggle-column-tabbed-display; }
|
Mod+W { toggle-column-tabbed-display; }
|
||||||
|
|
||||||
Mod+Shift+W { spawn-sh "$HOME/.config/niri/wal.sh"; }
|
Mod+Shift+W { spawn-sh "$HOME/.config/wal/wal_update.sh"; }
|
||||||
|
|
||||||
// Actions to switch layouts.
|
// Actions to switch layouts.
|
||||||
// Note: if you uncomment these, make sure you do NOT have
|
// Note: if you uncomment these, make sure you do NOT have
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ $HOME/.config/mako/update_theme.sh
|
|||||||
|
|
||||||
$HOME/.config/niri/generate_kdl.sh
|
$HOME/.config/niri/generate_kdl.sh
|
||||||
|
|
||||||
niri msg action do-screen-transition --delay-ms 300
|
niri msg action do-screen-transition --delay-ms 100
|
||||||
|
|
||||||
notify-send -i "$(<"${HOME}/.cache/wal/wal")" "Theme Changed"
|
notify-send -i "$(<"${HOME}/.cache/wal/wal")" "Theme Changed"
|
||||||
Reference in New Issue
Block a user