From 408720c3e70cc1abe07268b676ff5e0970311943 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 11 Aug 2019 01:50:16 +0200 Subject: asdfasdf --- .i3/config | 6 ++++-- .i3/wp.jpg | Bin 7886754 -> 0 bytes 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 .i3/wp.jpg (limited to '.i3') diff --git a/.i3/config b/.i3/config index 9d23b63..f873867 100644 --- a/.i3/config +++ b/.i3/config @@ -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 { diff --git a/.i3/wp.jpg b/.i3/wp.jpg deleted file mode 100644 index e6aabe5..0000000 Binary files a/.i3/wp.jpg and /dev/null differ -- cgit v1.2.3