remove occurences of old hostnames and replace with current hostnames
warthog (old macbook) does not exist anymore and falcon has been renamed to beryllium
This commit is contained in:
parent
a4762ca7a2
commit
d4022aecee
4 changed files with 5 additions and 6 deletions
|
|
@ -72,7 +72,7 @@ case "$HOSTNAME" in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "$HOSTNAME" = warthog ] || [ "$HOSTNAME" = falcon ]; then
|
||||
if [ "$HOSTNAME" = beryllium ]; then
|
||||
hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm -fn "Monospace-9"
|
||||
hc keybind XF86MonBrightnessDown spawn xbacklight -4
|
||||
hc keybind XF86MonBrightnessUp spawn xbacklight +4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue