fixed gitignore location

This commit is contained in:
starr-dusT 2021-11-17 21:48:21 -08:00
parent bc0cedd1b6
commit 3deea4f9d5
4 changed files with 11 additions and 3 deletions

View File

@ -2,9 +2,15 @@ from libqtile.config import EzKey
from libqtile.command import lazy
from libqtile import qtile
import settings.traverse as traverse
import os
# Set mod key to the "windows" key
mod = "mod4"
xeph = os.environ.get('xeph_qtile')
if xeph == None or xeph == 0:
mod = "mod4"
else:
mod="mod1"
def window_to_previous_screen(qtile):
i = qtile.screens.index(qtile.current_screen)

View File

@ -2,10 +2,10 @@
function cleanup {
echo "cleaning up!"
xeph_qtile=0
export xeph_qtile=0
}
xeph_qtile=1
export xeph_qtile=1
Xephyr -br -ac -noreset -screen 800x600 :1 &
export DISPLAY=:1
qtile start &

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
__pycache__

View File

@ -1 +1,2 @@
exec dbus-launch xmonad
#exec qtile start