diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-07 00:09:48 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-07 00:09:48 -0700 |
| commit | de034ec9821d3e308e88833c8101e47b5cf69e1c (patch) | |
| tree | f3976bb5a086b678c90335ff5a05c68988672e4d /.config/i3 | |
| parent | 1a09b34fe5b5f0101e92e779e8327dc9a4c3f817 (diff) | |
| download | eibhear-de034ec9821d3e308e88833c8101e47b5cf69e1c.tar.gz eibhear-de034ec9821d3e308e88833c8101e47b5cf69e1c.tar.zst eibhear-de034ec9821d3e308e88833c8101e47b5cf69e1c.zip | |
hibernation fixed; redundant maps removed
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8d6afa8..09caf19 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -62,6 +62,7 @@ exec --no-startup-id nm-applet set $shutdown sudo shutdown -h now set $reboot sudo reboot set $netrefresh --no-startup-id sudo systemctl restart NetworkManager +set $hibernate sudo systemctl suspend # #---Audio and Music Definitions---# # @@ -330,15 +331,15 @@ no_focus [title="mpvfloat"] bindsym $mod+F1 exec --no-startup-id mupdf ~/.config/i3/i3_guide.pdf bindsym $mod+F2 restart bindsym $mod+F3 exec --no-startup-id displayselect -bindsym $mod+F4 exec --no-startup-id sudo zzz +bindsym $mod+F4 exec --no-startup-id $hibernate bindsym $mod+F5 exec --no-startup-id $netrefresh bindsym $mod+F6 exec --no-startup-id $term -e transmission-remote-cli ##bindsym $mod+F7 ##bindsym $mod+F8 bindsym $mod+F9 exec --no-startup-id sudo mount -a -bindsym $mod+F10 exec --no-startup-id screen.sh l ;; exec --no-startup-id ~/.config/polybar/launch.sh -bindsym $mod+F11 exec --no-startup-id screen.sh v ;; exec --no-startup-id ~/.config/polybar/launch.sh -bindsym $mod+F12 exec --no-startup-id screen.sh d ;; exec --no-startup-id ~/.config/polybar/launch.sh +#bindsym $mod+F10 +#bindsym $mod+F11 +#bindsym $mod+F12 # #---Arrow Keys---# # |
