diff --git a/.config/i3/config b/.config/i3/config index 5275227..18053a6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,8 +37,7 @@ exec --no-startup-id nm-applet exec --no-startup-id dunst # CUSTOM AUTOSTART -exec --no-startup-id picom --experimental-backends -exec --no-startup-id feh --bg-scale /usr/share/wallpapers/Elarun/contents/images/2560x1600.png +exec --no-startup-id feh --bg-scale /home/reo/Pictures/wallpapers/default.png exec --no-startup-id /usr/bin/emacs --daemon # Use pactl to adjust volume in PulseAudio. @@ -65,7 +64,7 @@ bindsym $mod+m exec emacsclient -c -a 'emacs' bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id sh /home/reo/.config/rofi/launchers/type-6/launcher.sh +bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: # bindcode $mod+40 exec "rofi -modi drun,run -show drun" # There also is i3-dmenu-desktop which only displays applications shipping a @@ -164,8 +163,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 sh /home/reo/.config/rofi/powermenu/type-6/powermenu.sh +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 sh /home/reo/.config/rofi/powermenu/type-6/powermenu.sh # resize window (you can also use the mouse for that) mode "resize" { @@ -206,4 +205,8 @@ gaps outer 1 # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -exec --no-startup-id sh $HOME/.config/polybar/launch.sh --forest +#exec --no-startup-id sh $HOME/.config/polybar/launch.sh --forest + +bar { + status_command i3status +}