| cleanup - dotfiles - These are my dotfiles. There are many like it, but these a… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 93802d2398e90b8a41e9c2d16e0a5bd5ae4d8962 | |
| parent f416bf57b40d2678b1d9a32d2e6f72c6d75a38dc | |
| Author: Jay Scott <[email protected]> | |
| Date: Wed, 7 Feb 2024 21:39:58 +0000 | |
| cleanup | |
| Diffstat: | |
| D bin/old/sway-run.sh | 22 ---------------------- | |
| 1 file changed, 0 insertions(+), 22 deletions(-) | |
| --- | |
| diff --git a/bin/old/sway-run.sh b/bin/old/sway-run.sh | |
| @@ -1,22 +0,0 @@ | |
| -#!/bin/sh | |
| -export TERM=foot | |
| -export _JAVA_AWT_WM_NONREPARENTING=1 | |
| -export XKB_DEFAULT_OPTIONS=caps:escape | |
| -export GDK_BACKEND=wayland | |
| -export XDG_SESSION_TYPE=wayland | |
| -#export XCURSOR_THEME=Adwaita | |
| -export XDG_DESKTOP_DIR="$HOME" | |
| -export XDG_DOWNLOAD_DIR="$HOME/tmp" | |
| -export XDG_DOCUMENTS_DIR="$HOME/tmp" | |
| -export XDG_MUSIC_DIR="$HOME/tmp" | |
| -export XDG_PICTURES_DIR="$HOME/tmp" | |
| -export XDG_VIDEOS_DIR="$HOME/tmp" | |
| -export XDG_CURRENT_DESKTOP=sway | |
| - | |
| -if [ -z "$XDG_RUNTIME_DIR" ]; then | |
| - mkdir -p /tmp/runtime/jay | |
| - chmod 700 /tmp/runtime/jay | |
| - export XDG_RUNTIME_DIR=/tmp/runtime/jay | |
| -fi | |
| - | |
| -exec dbus-run-session sway |