diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-08-11 01:50:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-08-11 01:50:16 +0200 |
commit | 408720c3e70cc1abe07268b676ff5e0970311943 (patch) | |
tree | 655959f436ed308fca854465b84728cec5d22e5a /.i3/config | |
parent | 8252e3c5d9709014f4acfb021374ef2c1a0f07af (diff) | |
download | dotfiles-408720c3e70cc1abe07268b676ff5e0970311943.tar.gz |
asdfasdf
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -24,7 +24,7 @@ bindsym $mod+Shift+w exec "i3lock -p win -i ~/vimconfig/lock.png" bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec rofi -show run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -122,7 +122,8 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -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+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+Shift+e exec $(printf "shutdown now\nreboot\ni3-msg exit" | rofi -dmenu -mesg "Exit?") # resize window (you can also use the mouse for that) mode "resize" { @@ -305,6 +306,7 @@ gaps inner 15 bar { i3bar_command i3bar -t status_command python /usr/share/powerline/bindings/i3/powerline-i3.py + #status_command i3status font pango:DejaVu Sans Mono for Powerline 12 colors { |