mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-05-21 01:16:57 +00:00
Icons for rofi
This commit is contained in:
parent
99d0355813
commit
dbe74db2c2
@ -21,7 +21,7 @@ bindsym $mod+q kill
|
|||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf $blue -sb $pink -sf $lpink -fn 'SF Pro Display:semibold:fixed:pixelsize=18'
|
#bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf $blue -sb $pink -sf $lpink -fn 'SF Pro Display:semibold:fixed:pixelsize=18'
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show run -theme ~/.config/rofi/themes/aqua
|
bindsym $mod+d exec --no-startup-id rofi -show combi -theme ~/.config/rofi/themes/aqua
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
bindsym $mod+k focus down
|
bindsym $mod+k focus down
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
configuration {
|
configuration {
|
||||||
/* modi: "window,run,ssh";*/
|
modi: "window,run,ssh";
|
||||||
width: 30;
|
width: 30;
|
||||||
lines: 10;
|
lines: 10;
|
||||||
/* columns: 1;*/
|
/* columns: 1;*/
|
||||||
@ -10,7 +10,7 @@ configuration {
|
|||||||
/* yoffset: 0;*/
|
/* yoffset: 0;*/
|
||||||
/* xoffset: 0;*/
|
/* xoffset: 0;*/
|
||||||
/* fixed-num-lines: true;*/
|
/* fixed-num-lines: true;*/
|
||||||
/* show-icons: false;*/
|
show-icons: true;
|
||||||
terminal: "alacritty";
|
terminal: "alacritty";
|
||||||
/* ssh-client: "ssh";*/
|
/* ssh-client: "ssh";*/
|
||||||
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
|
||||||
@ -34,7 +34,7 @@ configuration {
|
|||||||
/* auto-select: false;*/
|
/* auto-select: false;*/
|
||||||
/* parse-hosts: false;*/
|
/* parse-hosts: false;*/
|
||||||
/* parse-known-hosts: true;*/
|
/* parse-known-hosts: true;*/
|
||||||
/* combi-modi: "window,run";*/
|
combi-modi: "window,run,drun,ssh";
|
||||||
/* matching: "normal";*/
|
/* matching: "normal";*/
|
||||||
/* tokenize: true;*/
|
/* tokenize: true;*/
|
||||||
/* m: "-5";*/
|
/* m: "-5";*/
|
||||||
@ -67,8 +67,8 @@ configuration {
|
|||||||
/* display-windowcd: ;*/
|
/* display-windowcd: ;*/
|
||||||
display-run: "run: ";
|
display-run: "run: ";
|
||||||
display-ssh: "ssh: ";
|
display-ssh: "ssh: ";
|
||||||
/* display-drun: ;*/
|
display-drun: "drun: ";
|
||||||
/* display-combi: ;*/
|
display-combi: "combi: ";
|
||||||
/* display-keys: ;*/
|
/* display-keys: ;*/
|
||||||
/* kb-primary-paste: "Control+V,Shift+Insert";*/
|
/* kb-primary-paste: "Control+V,Shift+Insert";*/
|
||||||
/* kb-secondary-paste: "Control+v,Insert";*/
|
/* kb-secondary-paste: "Control+v,Insert";*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user