Add external rules file
This commit is contained in:
parent
3b53ad8e3d
commit
daa7d89427
1 changed files with 11 additions and 0 deletions
11
bspwm/external_rules
Normal file
11
bspwm/external_rules
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
wid=$1
|
||||
class=$2
|
||||
instance=$3
|
||||
|
||||
echo "$wid|$class|$instance" >> ~/tmp/rules.log
|
||||
|
||||
if [ "$instance" = Mutt ] ; then
|
||||
echo 'desktop=^9'
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue