diff --git a/.config/ncspot/.gitignore b/.config/ncspot/.gitignore new file mode 100644 index 00000000..f605e336 --- /dev/null +++ b/.config/ncspot/.gitignore @@ -0,0 +1 @@ +userstate.cbor diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml new file mode 100644 index 00000000..754b69da --- /dev/null +++ b/.config/ncspot/config.toml @@ -0,0 +1,29 @@ +# [MODIFIER+] +# 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" diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 57394556..3b9d6085 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -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" diff --git a/.config/yadm/tracked b/.config/yadm/tracked index 7d456384..c8a0f153 100644 --- a/.config/yadm/tracked +++ b/.config/yadm/tracked @@ -41,3 +41,4 @@ .config/niri .config/fish .config/yadm/tracked +.config/ncspot