mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
fixed gitignore location
This commit is contained in:
parent
bc0cedd1b6
commit
3deea4f9d5
@ -2,9 +2,15 @@ from libqtile.config import EzKey
|
|||||||
from libqtile.command import lazy
|
from libqtile.command import lazy
|
||||||
from libqtile import qtile
|
from libqtile import qtile
|
||||||
import settings.traverse as traverse
|
import settings.traverse as traverse
|
||||||
|
import os
|
||||||
|
|
||||||
# Set mod key to the "windows" key
|
# 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):
|
def window_to_previous_screen(qtile):
|
||||||
i = qtile.screens.index(qtile.current_screen)
|
i = qtile.screens.index(qtile.current_screen)
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
function cleanup {
|
function cleanup {
|
||||||
echo "cleaning up!"
|
echo "cleaning up!"
|
||||||
xeph_qtile=0
|
export xeph_qtile=0
|
||||||
}
|
}
|
||||||
|
|
||||||
xeph_qtile=1
|
export xeph_qtile=1
|
||||||
Xephyr -br -ac -noreset -screen 800x600 :1 &
|
Xephyr -br -ac -noreset -screen 800x600 :1 &
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
qtile start &
|
qtile start &
|
||||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
__pycache__
|
Loading…
x
Reference in New Issue
Block a user