xrandr
This commit is contained in:
6
.config/screenlayout/apply-screen-layout.sh
Executable file
6
.config/screenlayout/apply-screen-layout.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
hostname=$(/usr/bin/hostname)
|
||||
|
||||
if [[ $hostname -eq "bepis" ]]; then
|
||||
$(~/.config/screenlayout/bepis.sh)
|
||||
fi
|
||||
Reference in New Issue
Block a user