Added shortcut for connecting to wifi
This commit is contained in:
parent
e0d8aefb51
commit
a0bf1824f9
@ -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
|
||||
|
1
.config/i3/config##yadm.j2
Normal file → Executable file
1
.config/i3/config##yadm.j2
Normal file → Executable file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user