diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 19:51:48 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 19:51:48 +0100 |
commit | 9a175108b01fe6b629460113e821646e8c7e997e (patch) | |
tree | fe131792a04ac4f7be00a8212064b9ec27dd0161 | |
parent | 7d53a26a6b801251001635e94cd5a08c12304a77 (diff) |
more cleanup
-rw-r--r-- | .config/yadm/packages-arch | 14 | ||||
-rwxr-xr-x[l---------] | .xinitrc | 12 | ||||
-rwxr-xr-x | .xprofile | 11 |
3 files changed, 22 insertions, 15 deletions
diff --git a/.config/yadm/packages-arch b/.config/yadm/packages-arch index a9e8152..5163160 100644 --- a/.config/yadm/packages-arch +++ b/.config/yadm/packages-arch @@ -3,7 +3,16 @@ i3-wm xdg-user-dirs xf86-input-wacom xinit-xsession -xorg +xorg-server +xorg-xclipboard +xorg-xev +xorg-xhost +xorg-xinit +xorg-xprop +xorg-xrandr +xorg-xrdb +xorg-xset +xorg-xsetroot # directly used in scripts / startup autocutsel @@ -73,16 +82,15 @@ slock sudo sxiv unzip +vim-plug wget which zathura zathura-pdf-mupdf zip zsh -vim-plug # audio -alsa-utils alsa-lib alsa-plugins alsa-utils @@ -1 +1,11 @@ -.xprofile
\ No newline at end of file +#!/bin/sh +. ~/.profile + +systemctl --user import-environment DISPLAY +xrdb -override "$XDG_CONFIG_HOME/X11/base" + +# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start +dbus-update-activation-environment --systemd DISPLAY + +i3 + diff --git a/.xprofile b/.xprofile deleted file mode 100755 index 5859886..0000000 --- a/.xprofile +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -. ~/.profile - -systemctl --user import-environment DISPLAY -xrdb -override "$XDG_CONFIG_HOME/X11/base" - -# https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start -dbus-update-activation-environment --systemd DISPLAY - -i3 - |