From 418cc0a2fcbb967e7380c1d4fc95bb3837543be9 Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Tue, 20 Aug 2024 00:17:58 +0300 Subject: [PATCH] Fix the rofi binding Update the rofi binding according to the modern syntax (1.7.3+). Remove redundant options. --- etc/sway/variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sway/variables b/etc/sway/variables index 4f31a77..50418e0 100644 --- a/etc/sway/variables +++ b/etc/sway/variables @@ -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;}" # 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 set $bindsym bindsym --to-code