Introduction
Introduction Statistics Contact Development Disclaimer Help
sway-start - dotfiles - These are my dotfiles. There are many like it, but thes…
git clone git://jay.scot/dotfiles
Log
Files
Refs
README
---
sway-start (639B)
---
1 #!/bin/sh
2
3 export TERM=foot
4 export _JAVA_AWT_WM_NONREPARENTING=1
5 export XKB_DEFAULT_OPTIONS=caps:escape
6 export GDK_BACKEND=wayland
7
8 # Session
9 export XDG_SESSION_TYPE=wayland
10 export XDG_SESSION_DESKTOP=sway
11 export XDG_CURRENT_DESKTOP=sway
12
13 #export XCURSOR_THEME=Adwaita
14 export XDG_DESKTOP_DIR="$HOME"
15 export XDG_DOWNLOAD_DIR="$HOME/tmp"
16 export XDG_DOCUMENTS_DIR="$HOME/tmp"
17 export XDG_MUSIC_DIR="$HOME/tmp"
18 export XDG_PICTURES_DIR="$HOME/tmp"
19 export XDG_VIDEOS_DIR="$HOME/tmp"
20
21 if [ -z "$XDG_RUNTIME_DIR" ]; then
22 mkdir -p /tmp/runtime/jay
23 chmod 700 /tmp/runtime/jay
24 export XDG_RUNTIME_DIR=/tmp/runtime/jay
25 fi
26
27 exec dbus-run-session sway
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.