diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-01 11:22:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-11-01 11:22:14 +0300 |
commit | e84f606efa9aba1e4b6c1425d229e6d89b33223a (patch) | |
tree | 4e3604be54969b0133a33dd3c3df174a134f1512 /dotfiles/.local/bin/setsessionenv | |
parent | b490fe4bea23a89d85509403c9e5a86f2c16173e (diff) | |
download | swayrice-e84f606efa9aba1e4b6c1425d229e6d89b33223a.tar.gz swayrice-e84f606efa9aba1e4b6c1425d229e6d89b33223a.zip |
niri: added some more hotkeys from sway
Also added/modified some niri-specific hotkeys, and changed a bit other
config options.
Diffstat (limited to 'dotfiles/.local/bin/setsessionenv')
-rwxr-xr-x | dotfiles/.local/bin/setsessionenv | 6 |
1 files changed, 4 insertions, 2 deletions
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 |