Reconfigure i3/sway to use rofi-sway
No real difference except the window switcher doesn't work :/
This commit is contained in:
parent
7da8259dcd
commit
cc5780e95e
1 changed files with 2 additions and 5 deletions
|
@ -72,11 +72,8 @@ bindsym $mod+Shift+q kill
|
||||||
# kill on titlebar midclick
|
# kill on titlebar midclick
|
||||||
bindsym button3 kill
|
bindsym button3 kill
|
||||||
|
|
||||||
# rofi window switcher
|
|
||||||
bindsym $mod+Tab exec "rofi -show window"
|
|
||||||
|
|
||||||
# rofi launcher
|
# rofi launcher
|
||||||
bindsym $mod+space exec "rofi -modi window,run -show run"
|
bindsym $mod+space exec "rofi -show run"
|
||||||
|
|
||||||
# pcmanfm -- file manager
|
# pcmanfm -- file manager
|
||||||
bindsym $mod+Shift+Return exec "pcmanfm"
|
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
|
for_window [app_id="mpv__user_requests_float"] resize set 640 360, move position 1280 20
|
||||||
|
|
||||||
# Set mouse acceleration to 0 in Sway
|
# Set mouse acceleration to 0 in Sway
|
||||||
input "virtual pointer" {
|
input * {
|
||||||
accel_profile "flat"
|
accel_profile "flat"
|
||||||
pointer_accel 0.0
|
pointer_accel 0.0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue