diff options
Diffstat (limited to 'wayfire/wayfire.ini')
-rw-r--r-- | wayfire/wayfire.ini | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/wayfire/wayfire.ini b/wayfire/wayfire.ini index 0384c54..e491337 100644 --- a/wayfire/wayfire.ini +++ b/wayfire/wayfire.ini @@ -51,7 +51,7 @@ toggle = none [command] binding_0 = <super> KEY_ENTER binding_1 = <super> KEY_P -binding_2 = <alt> KEY_F2 +binding_2 = <super> KEY_F2 binding_3 = <shift> <super> KEY_X binding_4 = KEY_BRIGHTNESSUP binding_5 = KEY_BRIGHTNESSDOWN @@ -70,7 +70,7 @@ command_8 = sh -c "pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-v [core] background_color = \#1A1A1AFF -close_top_view = <super> KEY_Q | <alt> KEY_F4 +close_top_view = <super> <shift> KEY_Q | <super> KEY_F4 focus_button_with_modifiers = false focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT focus_buttons_passthrough = true @@ -83,7 +83,7 @@ vwidth = 3 xwayland = true [cube] -activate = <alt> <ctrl> BTN_LEFT +activate = <super> <ctrl> BTN_LEFT background = \#1A1A1AFF background_mode = simple cubemap_image = @@ -128,8 +128,8 @@ move_delay = 500 move_fingers = 3 [fast-switcher] -activate = <alt> KEY_TAB -activate_backward = <alt> <shift> KEY_TAB +activate = <super> KEY_TAB +activate_backward = <super> <shift> KEY_TAB inactive_alpha = 0.700000 [fisheye] @@ -335,11 +335,11 @@ threshold = 0.350000 [vswitch] background = \#1A1A1AFF -binding_down = <alt> <ctrl> KEY_DOWN +binding_down = <super> <ctrl> KEY_DOWN binding_last = -binding_left = <alt> <ctrl> KEY_LEFT -binding_right = <alt> <ctrl> KEY_RIGHT -binding_up = <alt> <ctrl> KEY_UP +binding_left = <super> <ctrl> KEY_LEFT +binding_right = <super> <ctrl> KEY_RIGHT +binding_up = <super> <ctrl> KEY_UP duration = 300 gap = 20 send_win_down = @@ -347,11 +347,11 @@ send_win_last = send_win_left = send_win_right = send_win_up = -with_win_down = <alt> <ctrl> <shift> KEY_DOWN +with_win_down = <super> <ctrl> <shift> KEY_DOWN with_win_last = -with_win_left = <alt> <ctrl> <shift> KEY_LEFT -with_win_right = <alt> <ctrl> <shift> KEY_RIGHT -with_win_up = <alt> <ctrl> <shift> KEY_UP +with_win_left = <super> <ctrl> <shift> KEY_LEFT +with_win_right = <super> <ctrl> <shift> KEY_RIGHT +with_win_up = <super> <ctrl> <shift> KEY_UP wraparound = false [wayfire-shell] |