diff options
-rw-r--r-- | qutebrowser/quickmarks | 5 | ||||
-rw-r--r-- | sway/config | 12 | ||||
-rw-r--r-- | wayfire/wayfire.ini | 26 |
3 files changed, 23 insertions, 20 deletions
diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks index b9f502d..210a3f6 100644 --- a/qutebrowser/quickmarks +++ b/qutebrowser/quickmarks @@ -1,10 +1,13 @@ sp https://search.nixos.org/packages so https://search.nixos.org/options? hs https://mipmip.github.io/home-manager-option-search/ +gi https://git.deuxfleurs.fr/lx gg https://git.deuxfleurs.fr/Deuxfleurs/garage hq https://garagehq.deuxfleurs.fr man https://guide.deuxfleurs.fr -jd https://adnab.me/~katchup/datagengo/v2/ +nomad https://localhost:4646 +consul https://localhost:8500 +jd https://datagengo.adnab.me/ jw https://www.weblio.jp/ jg https://www.goo.ne.jp/ jk https://kanji.jitenon.jp/ diff --git a/sway/config b/sway/config index 54a986b..6aa9783 100644 --- a/sway/config +++ b/sway/config @@ -125,16 +125,16 @@ for_window [app_id="thunderbird" title=""] floating enable # thunderbird notific workspace_auto_back_and_forth yes -workspace 1 output HDMI-A-2 eDP-1 -workspace 2 output HDMI-A-2 eDP-1 -workspace 3 output HDMI-A-2 eDP-1 -workspace 4 output HDMI-A-2 eDP-1 -workspace 5 output HDMI-A-2 eDP-1 +workspace 1 output eDP-1 +workspace 2 output eDP-1 +workspace 3 output eDP-1 +workspace 4 output eDP-1 +workspace 5 output eDP-1 workspace 6 output HDMI-A-2 eDP-1 workspace 7 output HDMI-A-2 eDP-1 workspace 8 output HDMI-A-2 eDP-1 workspace 9 output HDMI-A-2 eDP-1 -workspace 10 output eDP-1 +workspace 10 output HDMI-A-2 eDP-1 # switch to workspace bindsym $mod+braceleft workspace 1 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] |