add new HiDPI-host
This commit is contained in:
parent
2c8376890d
commit
21237ae0d9
3 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ URxvt*print-pipe: "true"
|
||||||
URxvt.transparent: true
|
URxvt.transparent: true
|
||||||
URxvt.shading: 20
|
URxvt.shading: 20
|
||||||
|
|
||||||
#if defined(SRVR_warthog) || defined(SRVR_faui03f)
|
#if defined(SRVR_falcon) || defined(SRVR_warthog) || defined(SRVR_faui03f)
|
||||||
Xft.dpi: 192
|
Xft.dpi: 192
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ monitor = sys.argv[1] if len(sys.argv) >= 2 else 0
|
||||||
(x, y, monitor_w, monitor_h) = hc.monitor_rect(monitor)
|
(x, y, monitor_w, monitor_h) = hc.monitor_rect(monitor)
|
||||||
|
|
||||||
HiDPIHosts = set()
|
HiDPIHosts = set()
|
||||||
|
HiDPIHosts.add('falcon')
|
||||||
HiDPIHosts.add('warthog')
|
HiDPIHosts.add('warthog')
|
||||||
HiDPIHosts.add('faui03f')
|
HiDPIHosts.add('faui03f')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ case "$HOSTNAME" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$HOSTNAME" = warthog ]; then
|
if [ "$HOSTNAME" = warthog ] || [ "$HOSTNAME" = falcon ]; then
|
||||||
hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm -fn "Monospace-9"
|
hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm -fn "Monospace-9"
|
||||||
hc keybind XF86MonBrightnessDown spawn xbacklight -4
|
hc keybind XF86MonBrightnessDown spawn xbacklight -4
|
||||||
hc keybind XF86MonBrightnessUp spawn xbacklight +4
|
hc keybind XF86MonBrightnessUp spawn xbacklight +4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue