set rule to force tiled
This commit is contained in:
parent
add240bdad
commit
9348486a8a
14
external.sh
14
external.sh
|
@ -6,7 +6,6 @@ instance=$3
|
|||
consequences=$4
|
||||
|
||||
title=$(xtitle "$wid")
|
||||
hostname=$(hostname)
|
||||
|
||||
# notify-send "$title" "$1 | $2 | $3 | $4"
|
||||
|
||||
|
@ -14,17 +13,10 @@ case "$title" in
|
|||
WM_FORCE_FLOATING)
|
||||
echo "state=floating"
|
||||
;;
|
||||
WM_FORCE_TILED)
|
||||
echo "state=tiled"
|
||||
;;
|
||||
WM_FORCE_FULLSCREEN)
|
||||
echo "state=fullscreen"
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$class" in
|
||||
firefoxdeveloperedition)
|
||||
if [ "$instance" = Devtools ] && [ "$hostname" = Pamela ] ; then
|
||||
eval "$consequences"
|
||||
echo "monitor=VGA-1-1"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue