Fix the rofi binding
Update the rofi binding according to the modern syntax (1.7.3+). Remove redundant options.
This commit is contained in:
parent
d6ac253fb2
commit
418cc0a2fc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ set $term_float alacritty --class floating_shell -e
|
||||||
set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}"
|
set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}"
|
||||||
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu rofi -show combi -combi-modi "drun,run" -terminal "$term" -ssh-command "{terminal} {ssh-client} {host} [-p {port}]" -show-icons -font "$gui-font"
|
set $menu rofi -show combi -modes combi -combi-modes "drun,run" -terminal "$term" -show-icons -font "$gui-font"
|
||||||
|
|
||||||
# Add --to-code to bindsym, support for non-latin layouts
|
# Add --to-code to bindsym, support for non-latin layouts
|
||||||
set $bindsym bindsym --to-code
|
set $bindsym bindsym --to-code
|
||||||
|
|
Loading…
Add table
Reference in a new issue