Skip to content

Commit

Permalink
Fix rofi sort, add gtk bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard committed Jun 12, 2022
1 parent f39fdf8 commit 820b3d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/.config/gtk-3.0/bookmarks
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
file:///home/jeff/Documents
file:///home/jeff/Downloads
file:///home/jeff/Music
file:///home/jeff/Pictures
file:///home/jeff/Videos
2 changes: 1 addition & 1 deletion src/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ configuration {
modi: "drun,run,window";
terminal: "rofi-sensible-terminal";
show-icons: true;
sort: true;
sort: false;
fixed-num-lines: false;
click-to-exit: true;
yoffset: -120;
Expand Down

0 comments on commit 820b3d6

Please sign in to comment.