From e84f606efa9aba1e4b6c1425d229e6d89b33223a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 1 Nov 2024 11:22:14 +0300 Subject: niri: added some more hotkeys from sway Also added/modified some niri-specific hotkeys, and changed a bit other config options. --- dotfiles/.local/bin/setsessionenv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dotfiles/.local') diff --git a/dotfiles/.local/bin/setsessionenv b/dotfiles/.local/bin/setsessionenv index 23e2a1a..85479e0 100755 --- a/dotfiles/.local/bin/setsessionenv +++ b/dotfiles/.local/bin/setsessionenv @@ -14,7 +14,8 @@ export XDG_RUNTIME_DIR=%s export DBUS_SESSION_BUS_ADDRESS=%s export DBUS_SESSION_BUS_PID=%s export I3SOCK=%s -export SWAYSOCK=%s"\ +export SWAYSOCK=%s +export NIRI_SOCKET=%s"\ "$PASSWORD_STORE_DIR" \ "$GTK2_RC_FILES" \ "$DISPLAY" \ @@ -26,4 +27,5 @@ export SWAYSOCK=%s"\ "$DBUS_SESSION_BUS_ADDRESS" \ "$DBUS_SESSION_BUS_PID" \ "$I3SOCK" \ - "$SWAYSOCK" > ~/.cache/sessionenv + "$SWAYSOCK" \ + "$NIRI_SOCKET" > ~/.cache/sessionenv -- cgit v1.2.3