Téléverser les fichiers vers "/"
Configuration clavier FR et gestion urgent Signed-off-by: lol <laurent@ollagnier.org>
This commit is contained in:
64
99-bindsym_workspace_azerty.conf
Normal file
64
99-bindsym_workspace_azerty.conf
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
# 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.
|
||||||
1
99-focus-urgent.conf
Normal file
1
99-focus-urgent.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
bindsym $mod+u [urgent=latest] focus
|
||||||
26
99-input.conf
Normal file
26
99-input.conf
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
### Input configuration
|
||||||
|
#
|
||||||
|
# Example configuration:
|
||||||
|
#
|
||||||
|
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||||
|
# dwt enabled
|
||||||
|
# tap enabled
|
||||||
|
# natural_scroll enabled
|
||||||
|
# middle_emulation enabled
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
|
# Read `man 5 sway-input` for more information about this section.
|
||||||
|
|
||||||
|
input "type:touchpad" {
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
natural_scroll enabled
|
||||||
|
}
|
||||||
|
|
||||||
|
input type:keyboard {
|
||||||
|
xkb_layout fr,us
|
||||||
|
xkb_variant oss,,
|
||||||
|
xkb_options compose:rctrl
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user