fix MOD!=SUPER on lolcathost
This commit is contained in:
parent
92995bac8b
commit
4eb0378a65
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,10 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
"$MOD" = "ALT";
|
"$MOD" =
|
||||||
|
if hostname == "myputer"
|
||||||
|
then "ALT" # my SUPER key broke ;w;
|
||||||
|
else "SUPER";
|
||||||
|
|
||||||
# applications
|
# applications
|
||||||
"$editor" = "hx";
|
"$editor" = "hx";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue