diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-02 08:21:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-02 08:21:02 +0530 |
commit | 5a2870989a97bbca8a0daa601cea20e1828db6d0 (patch) | |
tree | e5f2f11aef87163b90ebb2380173a2ff3afb1e57 /.config | |
parent | 86e177c27f32b979fb061402990ac28a798e7d49 (diff) |
wayland/winit: add dbus-xdp-enviroment and configure-gtk
see https://git.sinanmohd.com/nixos/tree/features/wayland.nix
Diffstat (limited to '.config')
-rwxr-xr-x | .config/wayland/winit | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/wayland/winit b/.config/wayland/winit index 4192d05..3184e54 100755 --- a/.config/wayland/winit +++ b/.config/wayland/winit @@ -1,5 +1,9 @@ #!/bin/sh +# misc +dbus-xdp-enviroment & +configure-gtk & + # background swaybg -m fill -i "${XDG_DATA_HOME:-$HOME/.local/share}/wallpaper" & echo $! > "${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/swaybg.pid" & @@ -18,4 +22,4 @@ mkfifo "$wobpipe" && tail -f "$wobpipe" | wob & # screen lock -caffeine -st 1 +caffeine -st 1 & |