summaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
committerThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
commitb6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch)
treeb2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/rofi/config.rasi
parent5d97d357864c5e7b973df45bf19be944c55d7093 (diff)
remove old files
Diffstat (limited to '.config/rofi/config.rasi')
-rwxr-xr-x.config/rofi/config.rasi89
1 files changed, 0 insertions, 89 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
deleted file mode 100755
index e965e94..0000000
--- a/.config/rofi/config.rasi
+++ /dev/null
@@ -1,89 +0,0 @@
-
-configuration {
- /*---------- General setting ----------*/
- modi: "drun,run,filebrowser,window";
- case-sensitive: false;
- cycle: true;
- filter: "";
- scroll-method: 0;
- normalize-match: true;
- show-icons: true;
- icon-theme: "Papirus";
-/* cache-dir: ;*/
- steal-focus: false;
-/* dpi: -1;*/
-
- /*---------- Matching setting ----------*/
- matching: "normal";
- tokenize: true;
-
- /*---------- SSH settings ----------*/
- ssh-client: "ssh";
- ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";
- parse-hosts: true;
- parse-known-hosts: true;
-
- /*---------- Drun settings ----------*/
- drun-categories: "";
- drun-match-fields: "name,generic,exec,categories,keywords";
- drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
- drun-show-actions: false;
- drun-url-launcher: "xdg-open";
- drun-use-desktop-cache: false;
- drun-reload-desktop-cache: false;
- drun {
- /** Parse user desktop files. */
- parse-user: true;
- /** Parse system desktop files. */
- parse-system: true;
- }
-
-
- /*---------- Window switcher settings ----------*/
- window-match-fields: "title,class,role,name,desktop";
- window-command: "wmctrl -i -R {window}";
- window-format: "{w} - {c} - {t:0}";
- window-thumbnail: false;
-
- /*---------- History and Sorting ----------*/
- disable-history: false;
- sorting-method: "normal";
- max-history-size: 25;
-
- /*---------- Display setting ----------*/
- display-window: "Windows";
- display-windowcd: "Window CD";
- display-run: "Run";
- display-ssh: "SSH";
- display-drun: "Open";
- display-combi: "Combi";
- display-keys: "Keys";
- display-filebrowser: "Files";
-
- /*---------- Misc setting ----------*/
- terminal: "rofi-sensible-terminal";
- font: "Mono 12";
- sort: false;
- threads: 0;
- click-to-exit: true;
-/* ignored-prefixes: "";*/
-/* pid: "/run/user/1000/rofi.pid";*/
-
- /*---------- File browser settings ----------*/
- filebrowser {
- directory: "/home/apollo";
- directories-first: true;
- sorting-method: "name";
- }
-
- /*---------- Other settings ----------*/
- timeout {
- action: "kb-cancel";
- delay: 0;
- }
-
-}
-
-
-//@theme "dracula"
-@theme "/usr/share/rofi/themes/Arc-Dark.rasi"