update
- remove powershell deps - rewrite readme - fully use YukiLauncher
This commit is contained in:
@@ -230,7 +230,7 @@ window-rule {
|
||||
open-floating true
|
||||
default-floating-position x=8 y=8 relative-to="bottom-right"
|
||||
open-focused false
|
||||
open-on-output "HDMI-A-1"
|
||||
open-on-output "eDP-1"
|
||||
}
|
||||
|
||||
spawn-at-startup "waybar"
|
||||
@@ -253,8 +253,8 @@ binds {
|
||||
Mod+E hotkey-overlay-title="Explorer (yazi)" { spawn "foot" "yazi"; }
|
||||
//Shift+Mod+Return hotkey-overlay-title="Steam" { spawn "steam"; }
|
||||
|
||||
Mod+F12 hotkey-overlay-title="Open Projects ... (VSCode)" { spawn "~/.local/bin/fuzzel-vsc-entries.ps1"; }
|
||||
Mod+Space hotkey-overlay-title="Run a command ... (fuzzel)" { spawn "~/.local/bin/fuzzel-win+r.ps1"; }
|
||||
Mod+F12 hotkey-overlay-title="Open Projects ... (VSCode)" { spawn "~/.niri-dotfiles/bin/fuzzel-vsc-entries.sh"; }
|
||||
Mod+Space hotkey-overlay-title="Run a command ... (fuzzel)" { spawn "~/.niri-dotfiles/bin/fuzzel-win+r.sh"; }
|
||||
|
||||
// Applications such as remote-desktop clients and software KVM switches may
|
||||
// request that niri stops processing the keyboard shortcuts defined here
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/home/agxcoy/.config/systemd/user/mpris-proxy.service
|
||||
@@ -1 +0,0 @@
|
||||
/home/agxcoy/.config/systemd/user/playerctld.service
|
||||
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Forward bluetooth media controls to MPRIS
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mpris-proxy
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Keep track of media player activity
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/playerctld daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user