add new desktop setup
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
8fbba79d10
commit
7665c48b34
1 changed files with 11 additions and 0 deletions
11
ruagdesktop
Normal file
11
ruagdesktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr --output DP2 --above eDP1 --auto
|
||||
xrandr --output HDMI1 --left-of DP2 --auto --rotate left
|
||||
|
||||
#i3 workspace 5
|
||||
#i3 move workspace to output right
|
||||
#
|
||||
#i3 workspace 4
|
||||
#i3 move workspace to output up
|
||||
|
Loading…
Reference in a new issue