diff --git a/.config/i3/README.org b/.config/i3/README.org index f807ca9..8d00260 100644 --- a/.config/i3/README.org +++ b/.config/i3/README.org @@ -876,6 +876,7 @@ | $mod+Ctrl+u | exec rofi-umount | Volume unmounting helper | | $mod+$alt+e | exec rofi-emoji | Emoji picker, copies it in the clipboard | | $mod+w | exec wacom-setup | Sets my Wacom Bamboo tablet as being active on the selected screen | + | $mod+Shift+w | exec connect-wifi | Connect to an available WiFi network | This gives us the following configuration: #+BEGIN_SRC conf diff --git a/.config/i3/config##yadm.j2 b/.config/i3/config##yadm.j2 old mode 100644 new mode 100755 index 82c16cb..0a64ee8 --- a/.config/i3/config##yadm.j2 +++ b/.config/i3/config##yadm.j2 @@ -196,6 +196,7 @@ bindsym $mod+Ctrl+m exec rofi-mount bindsym $mod+Ctrl+u exec rofi-umount bindsym $mod+$alt+e exec rofi-emoji bindsym $mod+w exec wacom-setup +bindsym $mod+Shift+w exec connect-wifi bindsym $mod+e exec $ec bindsym $mod+n exec nemo