diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-04-11 22:17:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-04-11 22:17:38 -0400 |
commit | 64d491cd7a3e7a0a341483939537f17d3e87277e (patch) | |
tree | aba8fec87ac773328de503083d23763050a18bdc /.config/rofi | |
parent | 50cec5dad8cc719c0be20a288ba534fb99ea634a (diff) | |
download | dotfiles-64d491cd7a3e7a0a341483939537f17d3e87277e.tar.xz dotfiles-64d491cd7a3e7a0a341483939537f17d3e87277e.zip |
feat: swapping over to wayland
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 0892037..7ff37c2 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,12 +1,12 @@ @theme "solarized" configuration { -/* modi: "window,run,ssh";*/ + modi: "combi,filebrowser"; /* font: "mono 12";*/ /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ /* fixed-num-lines: true;*/ -/* show-icons: false;*/ + show-icons: true; /* terminal: "rofi-sensible-terminal";*/ /* ssh-client: "ssh";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ @@ -27,13 +27,13 @@ configuration { /* sorting-method: "normal";*/ /* case-sensitive: false;*/ /* cycle: true;*/ -/* sidebar-mode: false;*/ + sidebar-mode: true; /* hover-select: false;*/ /* eh: 1;*/ /* auto-select: false;*/ /* parse-hosts: false;*/ /* parse-known-hosts: true;*/ -/* combi-modi: "window,run";*/ + combi-modi: "run,ssh"; /* matching: "normal";*/ /* tokenize: true;*/ /* m: "-5";*/ @@ -144,5 +144,6 @@ configuration { filebrowser { directories-first: true; sorting-method: "name"; + directory: "/home/atc"; } } |