From cc5780e95e889e6705c80b3417b2112ec908c412 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 17 May 2022 22:46:11 -0700 Subject: [PATCH] Reconfigure i3/sway to use rofi-sway No real difference except the window switcher doesn't work :/ --- .config/i3/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a070c8d..436351d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -72,11 +72,8 @@ bindsym $mod+Shift+q kill # kill on titlebar midclick bindsym button3 kill -# rofi window switcher -bindsym $mod+Tab exec "rofi -show window" - # rofi launcher -bindsym $mod+space exec "rofi -modi window,run -show run" +bindsym $mod+space exec "rofi -show run" # pcmanfm -- file manager bindsym $mod+Shift+Return exec "pcmanfm" @@ -212,7 +209,7 @@ for_window [instance="mpv__user_requests_float"] resize set 640 360, move positi for_window [app_id="mpv__user_requests_float"] resize set 640 360, move position 1280 20 # Set mouse acceleration to 0 in Sway -input "virtual pointer" { +input * { accel_profile "flat" pointer_accel 0.0 }