feat(rofi): initial rofi configuration
This commit is contained in:
parent
2d83b0f10d
commit
81e37c40c0
4 changed files with 25 additions and 1 deletions
|
|
@ -51,6 +51,7 @@
|
|||
fi
|
||||
fi
|
||||
'';
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
|
|
@ -175,5 +176,8 @@ in
|
|||
"SUPER, mouse:272, movewindow"
|
||||
"SUPER, mouse:273, resizewindow"
|
||||
];
|
||||
bindr = [
|
||||
"SUPER, SUPER_L, exec, killall rofi || run-as-service $(rofi -show drun)"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue