mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
xmonad: document command for gnome keyring
This commit is contained in:
parent
7d949dcce2
commit
2b3efa5b44
1 changed files with 3 additions and 2 deletions
|
|
@ -84,8 +84,9 @@ main = xmonad
|
||||||
spawnOnce "fcitx5 &" -- Input method
|
spawnOnce "fcitx5 &" -- Input method
|
||||||
spawn "feh --no-fehbg --bg-fill ~/.wallpaper &" -- wallpaper
|
spawn "feh --no-fehbg --bg-fill ~/.wallpaper &" -- wallpaper
|
||||||
|
|
||||||
io $ do
|
-- Needed to make gnome keyring work
|
||||||
spawn "dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY"
|
-- https://wiki.archlinux.org/title/GNOME/Keyring#Using_gnome-keyring-daemon_outside_desktop_environments_(KDE,_GNOME,_XFCE,_...)
|
||||||
|
spawn "dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY"
|
||||||
|
|
||||||
, layoutHook =
|
, layoutHook =
|
||||||
let tallr = reflectMsg . reflectHoriz
|
let tallr = reflectMsg . reflectHoriz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue