From fc3a0db80bfc127929c004bef659f0ff880a3c17 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 18 Nov 2022 03:51:17 +0100 Subject: [PATCH] [Bin] Replace Hyprland with Qtile --- org/config/bin.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org/config/bin.org b/org/config/bin.org index 7c0e13a..d03f247 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -2061,10 +2061,10 @@ export DBUS_SESSION_BUS_ADDRESS export DBUS_SESSION_BUS_PID #+end_src -** Hyprland +** Qtile :PROPERTIES: -:HEADER-ARGS: :shebang "#!/usr/bin/env sh" :mkdirp yes :tangle ~/.local/bin/launch-hyprland -:CUSTOM_ID: Hyprland-i1v993a05mj0 +:HEADER-ARGS: :shebang "#!/usr/bin/env sh" :mkdirp yes :tangle ~/.local/bin/launch-qtile +:CUSTOM_ID: WaylandQtile-v5l2wdx03nj0 :END: #+begin_src sh export SDL_VIDEODRIVER=wayland @@ -2075,7 +2075,7 @@ export XDG_CURRENT_DESKTOP=wlroots . /etc/X11/xinit/xinitrc.d/50-systemd-user.sh . way-env-setup systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP -exec Hyprland +exec qtile start -b wayland #+end_src ** Newm