mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Moved scripts in .config/screenlayouts
This commit is contained in:
parent
080ad9427e
commit
0777942dee
@ -55,13 +55,13 @@ multimon() { # Multi-monitor handler.
|
|||||||
esac ;}
|
esac ;}
|
||||||
|
|
||||||
loadconf() { # Load an existing configuration file saved from arandr
|
loadconf() { # Load an existing configuration file saved from arandr
|
||||||
scripts=$(ls ~/.screenlayout/)
|
scripts=$(ls ~/.config/screenlayout/)
|
||||||
if [ -z "$scripts" ]; then
|
if [ -z "$scripts" ]; then
|
||||||
scripts="None"
|
scripts="None"
|
||||||
fi
|
fi
|
||||||
chosen=$(for s in $scripts; do echo $s; done | dmenu -i -p "Select configuration file:") &&
|
chosen=$(for s in $scripts; do echo $s; done | dmenu -i -p "Select configuration file:") &&
|
||||||
case "$chosen" in
|
case "$chosen" in
|
||||||
*sh) ~/.screenlayout/$chosen ;;
|
*sh) ~/.config/screenlayout/"$chosen" ;;
|
||||||
*) exit ;;
|
*) exit ;;
|
||||||
esac ;}
|
esac ;}
|
||||||
|
|
||||||
|
|||||||
@ -207,7 +207,8 @@ Naturally, you can use \f(CWyay\fP to look for and install any you want to add.
|
|||||||
.ITEM
|
.ITEM
|
||||||
\f(CWMod+F2\fP \(en Refresh i3
|
\f(CWMod+F2\fP \(en Refresh i3
|
||||||
.ITEM
|
.ITEM
|
||||||
\f(CWMod+F3\fP \(en Select screen/display to use
|
\f(CWMod+F3\fP \(en Select screen/display to use.
|
||||||
|
You can save ARandR configurations in \f(CW~/.config/screenlayout\fP and load them here
|
||||||
.ITEM
|
.ITEM
|
||||||
\f(CWMod+F4\fP \(en Hibernate (will ask to confirm)
|
\f(CWMod+F4\fP \(en Hibernate (will ask to confirm)
|
||||||
.ITEM
|
.ITEM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user