Reconfigure i3/sway to use rofi-sway

No real difference except the window switcher doesn't work :/
This commit is contained in:
Trysdyn Black 2022-05-17 22:46:11 -07:00
parent 7da8259dcd
commit cc5780e95e

View file

@ -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
}