Making rules work a little bit better
This commit is contained in:
parent
90422305a5
commit
189dd78334
|
@ -172,7 +172,7 @@
|
||||||
{:description "select pass" :group "apps" })
|
{:description "select pass" :group "apps" })
|
||||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||||
{:description "Open Writer" :group "apps" })
|
{:description "Open Writer" :group "apps" })
|
||||||
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||||
{:description "launch browser" :group "apps"})
|
{:description "launch browser" :group "apps"})
|
||||||
;; rofi
|
;; rofi
|
||||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
:floating true
|
:floating true
|
||||||
:raise true
|
:raise true
|
||||||
:height (dpi 1000)
|
:height (dpi 1000)
|
||||||
:screen 2
|
:screen (screen.count)
|
||||||
:sticky true
|
:sticky true
|
||||||
:placement awful.placement.centered
|
:placement awful.placement.centered
|
||||||
}
|
}
|
||||||
|
@ -63,11 +63,10 @@
|
||||||
:rule_any {
|
:rule_any {
|
||||||
:name [
|
:name [
|
||||||
"Secondary Screen"
|
"Secondary Screen"
|
||||||
"Church Presenter"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
:properties {
|
:properties {
|
||||||
:screen 2
|
:screen (screen.count)
|
||||||
:floating true
|
:floating true
|
||||||
:fullscreen true
|
:fullscreen true
|
||||||
:size_hints_honor false
|
:size_hints_honor false
|
||||||
|
@ -136,7 +135,7 @@
|
||||||
:properties {
|
:properties {
|
||||||
:floating true
|
:floating true
|
||||||
:raise true
|
:raise true
|
||||||
:screen 1
|
:screen awful.screen.preferred
|
||||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -169,7 +168,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
:properties {
|
:properties {
|
||||||
:screen 2
|
:screen (screen.count)
|
||||||
:focus awful.client.focus.filter
|
:focus awful.client.focus.filter
|
||||||
:raise true
|
:raise true
|
||||||
}
|
}
|
||||||
|
@ -185,8 +184,8 @@
|
||||||
"ffplay"
|
"ffplay"
|
||||||
"Junction"
|
"Junction"
|
||||||
"junction"
|
"junction"
|
||||||
"pinentry-qt"
|
|
||||||
"Church Presenter"
|
"Church Presenter"
|
||||||
|
"pinentry-qt"
|
||||||
]
|
]
|
||||||
:name [
|
:name [
|
||||||
"Event Tester"
|
"Event Tester"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
osc=no
|
osc=no
|
||||||
vo=gpu
|
vo=gpu
|
||||||
af=scaletempo2
|
af=scaletempo2
|
||||||
autofit=99%
|
autofit=90%
|
||||||
geometry=99%:99%
|
geometry=90%:90%
|
||||||
# input-ipc-server="/tmp/mpvsocket"
|
# input-ipc-server="/tmp/mpvsocket"
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
rtsp-transport=udp
|
rtsp-transport=udp
|
||||||
|
|
Loading…
Reference in a new issue