Configuration clavier FR et gestion urgent Signed-off-by: lol <laurent@ollagnier.org>
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
# Switch some duplicate binding
|
|
|
|
# Move the currently focused window to the scratchpad
|
|
unbindsym $mod+Shift+minus
|
|
unbindsym $mod+minus
|
|
bindsym $mod+Shift+parenright move scratchpad
|
|
bindsym $mod+parenright scratchpad show
|
|
|
|
# Unbind us binding
|
|
unbindsym $mod+1
|
|
unbindsym $mod+2
|
|
unbindsym $mod+3
|
|
unbindsym $mod+4
|
|
unbindsym $mod+5
|
|
unbindsym $mod+6
|
|
unbindsym $mod+7
|
|
unbindsym $mod+8
|
|
unbindsym $mod+9
|
|
unbindsym $mod+0
|
|
unbindsym $mod+Shift+1
|
|
unbindsym $mod+Shift+2
|
|
unbindsym $mod+Shift+3
|
|
unbindsym $mod+Shift+4
|
|
unbindsym $mod+Shift+5
|
|
unbindsym $mod+Shift+6
|
|
unbindsym $mod+Shift+7
|
|
unbindsym $mod+Shift+8
|
|
unbindsym $mod+Shift+9
|
|
unbindsym $mod+Shift+0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
# Workspaces:
|
|
#
|
|
# Switch to workspace
|
|
bindsym $mod+ampersand workspace 1
|
|
bindsym $mod+eacute workspace 2
|
|
bindsym $mod+quotedbl workspace 3
|
|
bindsym $mod+apostrophe workspace 4
|
|
bindsym $mod+parenleft workspace 5
|
|
bindsym $mod+minus workspace 6
|
|
bindsym $mod+egrave workspace 7
|
|
bindsym $mod+underscore workspace 8
|
|
bindsym $mod+ccedilla workspace 9
|
|
bindsym $mod+agrave workspace 10
|
|
# Move focused container to workspace
|
|
bindsym $mod+Shift+ampersand move container to workspace 1
|
|
bindsym $mod+Shift+eacute move container to workspace 2
|
|
bindsym $mod+Shift+quotedbl move container to workspace 3
|
|
bindsym $mod+Shift+apostrophe move container to workspace 4
|
|
bindsym $mod+Shift+parenleft move container to workspace 5
|
|
bindsym $mod+Shift+minus move container to workspace 6
|
|
bindsym $mod+Shift+egrave move container to workspace 7
|
|
bindsym $mod+Shift+underscore move container to workspace 8
|
|
bindsym $mod+Shift+ccedilla move container to workspace 9
|
|
bindsym $mod+Shift+agrave move container to workspace 10
|
|
# Note: workspaces can have any name you want, not just numbers.
|
|
# We just use 1-10 as the default.
|