Compare commits
2 Commits
eaf7043af3
...
4bac1f609b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bac1f609b | |||
| 0d7a1b06e8 |
@@ -23,6 +23,7 @@
|
|||||||
"$terminal" = "kitty";
|
"$terminal" = "kitty";
|
||||||
"$menu" = "rofi -show drun";
|
"$menu" = "rofi -show drun";
|
||||||
"$bluetoothMenu" = "bzmenu --launcher rofi";
|
"$bluetoothMenu" = "bzmenu --launcher rofi";
|
||||||
|
"$files" = "rofi -show filebrowser";
|
||||||
|
|
||||||
### BASIC LAYOUT
|
### BASIC LAYOUT
|
||||||
general = {
|
general = {
|
||||||
@@ -77,6 +78,7 @@
|
|||||||
"$mod, RETURN, exec, $terminal"
|
"$mod, RETURN, exec, $terminal"
|
||||||
"$mod, D, exec, $menu"
|
"$mod, D, exec, $menu"
|
||||||
"$mod, B, exec, $bluetoothMenu"
|
"$mod, B, exec, $bluetoothMenu"
|
||||||
|
"$mod, G, exec, $files"
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, F, fullscreen"
|
"$mod, F, fullscreen"
|
||||||
"$mod, M, exit"
|
"$mod, M, exit"
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.rofi-file-browser
|
||||||
|
];
|
||||||
|
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "material";
|
theme = "material";
|
||||||
|
|||||||
Reference in New Issue
Block a user