AutoYADM commit: 2025-03-01 13:00:04
This commit is contained in:
parent
31f7cad41f
commit
b954cb1204
4 changed files with 33 additions and 1 deletions
1
.config/ncspot/.gitignore
vendored
Normal file
1
.config/ncspot/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
userstate.cbor
|
29
.config/ncspot/config.toml
Normal file
29
.config/ncspot/config.toml
Normal file
|
@ -0,0 +1,29 @@
|
|||
# [MODIFIER+]<CHAR|NAMED_KEY>
|
||||
# where:
|
||||
# MODIFIER: Shift|Alt|Ctrl
|
||||
# CHAR: Any printable character
|
||||
# NAMED_KEY: Enter|Space|Tab|Backspace|Esc|Left|Right|Up|Down
|
||||
# |Ins|Del|Home|End|PageUp|PageDown|PauseBreak|NumpadCenter
|
||||
# |F0|F1|F2|F3|F4|F5|F6|F7|F8|F9|F10|F11|F12
|
||||
# "Shift+i" = "seek +10s"
|
||||
|
||||
[keybindings]
|
||||
"m" = "move left"
|
||||
"n" = "move down"
|
||||
"e" = "move up"
|
||||
"i" = "move right"
|
||||
"Ctrl+q" = "quit"
|
||||
"Ctrl+u" = "move up 5"
|
||||
"Ctrl+d" = "move down 5"
|
||||
"Shift+n" = "shift down"
|
||||
"Shift+e" = "shift up"
|
||||
"Shift+m" = "seek +10s"
|
||||
"Shift+i" = "seek -10s"
|
||||
"Ctrl+n" = "voldown 1"
|
||||
"Ctrl+e" = "volup 1"
|
||||
"Shift+q" = "queue; move down 1"
|
||||
"q" = "focus queue"
|
||||
# "s" = "focus search"
|
||||
"l" = "focus library"
|
||||
"space" = "playpause"
|
||||
"Shift+r" = "similar current"
|
|
@ -163,6 +163,7 @@ layout {
|
|||
// See the binds section below for more spawn examples.
|
||||
// spawn-at-startup "alacritty" "-e" "fish"
|
||||
spawn-at-startup "dunst" "&"
|
||||
spawn-at-startup "xwayland-satellite"
|
||||
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
|
||||
// If the client will specifically ask for CSD, the request will be honored.
|
||||
// Additionally, clients will be informed that they are tiled, removing some client-side rounded corners.
|
||||
|
@ -244,7 +245,7 @@ clip-to-geometry true
|
|||
}
|
||||
environment {
|
||||
QT_QPA_PLATFORM "wayland"
|
||||
DISPLAY null
|
||||
DISPLAY ":0"
|
||||
ELECTRON_OZONE_PLATFORM_HINT "auto"
|
||||
OZONE_PLATFORM "wayland"
|
||||
QT_QPA_PLATFORM "wayland"
|
||||
|
|
|
@ -41,3 +41,4 @@
|
|||
.config/niri
|
||||
.config/fish
|
||||
.config/yadm/tracked
|
||||
.config/ncspot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue