Change back to /bin/sh from /usr/bin/env sh
This commit is contained in:
parent
52f41ba6e7
commit
33d9dc616a
7 changed files with 71 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
layout=`autorandr | rofi -dmenu -i -p "Select layout:" | awk '{print $1}'`
|
||||
layout=`autorandr | fuzzel --dmenu -i -p "Select layout:" | awk '{print $1}'`
|
||||
autorandr $layout
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue