From d6470075b7151a0cf07d4a316d8298b38470ee6b Mon Sep 17 00:00:00 2001 From: lol Date: Tue, 28 Oct 2025 10:45:18 +0100 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"/"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configuration clavier FR et gestion urgent Signed-off-by: lol --- 99-bindsym_workspace_azerty.conf | 64 ++++++++++++++++++++++++++++++++ 99-focus-urgent.conf | 1 + 99-input.conf | 26 +++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 99-bindsym_workspace_azerty.conf create mode 100644 99-focus-urgent.conf create mode 100644 99-input.conf diff --git a/99-bindsym_workspace_azerty.conf b/99-bindsym_workspace_azerty.conf new file mode 100644 index 0000000..afd7f73 --- /dev/null +++ b/99-bindsym_workspace_azerty.conf @@ -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. diff --git a/99-focus-urgent.conf b/99-focus-urgent.conf new file mode 100644 index 0000000..9aa76e6 --- /dev/null +++ b/99-focus-urgent.conf @@ -0,0 +1 @@ +bindsym $mod+u [urgent=latest] focus diff --git a/99-input.conf b/99-input.conf new file mode 100644 index 0000000..98c6f2f --- /dev/null +++ b/99-input.conf @@ -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 +} +