add script to run nested i3
This commit is contained in:
parent
b40eb1e6b0
commit
dbb4cc522a
1 changed files with 14 additions and 0 deletions
14
i3-nested
Executable file
14
i3-nested
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
# Start nested X-server
|
||||
Xephyr -br -ac -noreset -screen 1440x960 -resizeable -dpi 96 -keybd ephyr,,,xkblayout=de,xkbvariant=neo :1 &
|
||||
XEPHYR_PID=$!
|
||||
sleep 1
|
||||
|
||||
# Start i3
|
||||
DISPLAY=:1 i3 &
|
||||
sleep 1
|
||||
|
||||
# Set keymap
|
||||
DISPLAY=:1 setxkbmap de neo
|
||||
Loading…
Add table
Add a link
Reference in a new issue