Update i3, use systemd

This commit is contained in:
Nicolas Duhamel 2018-05-09 17:52:07 +02:00
parent 692b79d402
commit a12e8db471

View File

@ -4,7 +4,7 @@
# Font # Font
font pango:InconsolataForPowerline Nerd Font 12 font pango:Inconsolata Nerd Font:style=Medium 12
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
@ -114,15 +114,10 @@ bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace $ws10 bindsym $mod+Shift+0 move container to workspace $ws10
# reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec i3-msg exit
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+r exec rofi -show run bindsym $mod+r exec rofi -show drun
bindsym $mod+p exec i3lock-fancy -- scrot bindsym $mod+p exec i3lock-fancy -- scrot
exec_always --no-startup-id $HOME/.config/polybar/launch.sh