From a0bf1824f9c5088c08347158561fca64e7f60657 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 28 Dec 2019 22:19:11 +0100 Subject: [PATCH] Added shortcut for connecting to wifi --- .config/i3/README.org | 1 + .config/i3/config##yadm.j2 | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 .config/i3/config##yadm.j2 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