diff options
author | Karel Kočí <cynerd@email.cz> | 2023-03-24 11:25:47 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-03-24 11:25:47 +0100 |
commit | 549a17e621af6cd8740e3379337903028c169ae3 (patch) | |
tree | 9e6f6279c05690c8bce0f079904e339bac56290c /shellrc.d/sway | |
parent | f9ffd5ad9a5a8db7f941ea4d9caa9d8dfe9a2536 (diff) | |
download | shellrc-549a17e621af6cd8740e3379337903028c169ae3.tar.gz shellrc-549a17e621af6cd8740e3379337903028c169ae3.tar.bz2 shellrc-549a17e621af6cd8740e3379337903028c169ae3.zip |
Revert "sway: add unetbootin"
This reverts commit f9ffd5ad9a5a8db7f941ea4d9caa9d8dfe9a2536.
Diffstat (limited to 'shellrc.d/sway')
-rw-r--r-- | shellrc.d/sway | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shellrc.d/sway b/shellrc.d/sway index 0145bff..4713914 100644 --- a/shellrc.d/sway +++ b/shellrc.d/sway @@ -17,12 +17,3 @@ sway_outputs() { sway_inputs() { swaymsg -t get_inputs } - -if command -v nix >/dev/null; then - -unetbootin() ( - nix shell 'nixpkgs#xorg.xhost' 'nixpkgs#unetbootin' \ - -c 'bash' -c "xhost local:root && sudo QT_X11_NO_MITSHM=1 unetbootin $*" -) - -fi |