Skip to content

Commit

Permalink
Use Mod1+Shift instead of Mod1 and remove floating_modifier
Browse files Browse the repository at this point in the history
- This is meant to prevent conflicts with app key-bindings
- floating_modifier is removed since I barely use it and swaywm/sway#6867
  • Loading branch information
leomeinel authored May 8, 2023
1 parent e85f2d8 commit 34fa2e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .config/sway/config.d/key-bindings
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Variables
## Modifiers
set $mod Mod1
set $mod Mod1+Shift
set $super Mod4
## Home row direction keys
set $left h
Expand Down Expand Up @@ -83,8 +83,6 @@ set $sway-notifications /usr/bin/swaync-client -t -sw
# Layout
## Switch focused window to fullscreen
bindsym $super+F11 fullscreen
## Resize and drag modifier
floating_modifier $mod normal

# Resize mode
mode "resize" {
Expand Down

0 comments on commit 34fa2e4

Please sign in to comment.