From 98f79f5bb74ffd9d180f76dd20ce5616dda582d0 Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Sun, 21 Oct 2018 13:26:44 -0500 Subject: Changed wallpaper manager to nitrogen --- .config/i3/config | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 9c2e667..493eb7f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -36,7 +36,7 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec j4-dmenu-desktop +bindsym $mod+d exec i3-dmenu-desktop # 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. @@ -148,9 +148,6 @@ mode "$mode_system" { bindsym Escape mode "default" } -# Put displays where they belong -exec --no-startup-id xrandr --auto --output HDMI-0 --mode 1600x900 --right-of DVI-I-0 - # Custom key maps bindsym $mod+Shift+k resize grow height 10 px or 10 ppt bindsym $mod+Shift+j resize shrink height 10 px or 10 ppt @@ -174,25 +171,26 @@ gaps inner 15 gaps outer 15 # Start helpful programs -exec --no-startup-id compton exec --no-startup-id polybar -r main0 exec --no-startup-id polybar -r main1 -exec --no-startup-id cadence-session-start -s -exec --no-startup-id /usr/lib/notify-osd/notify-osd -exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec --no-startup-id feh --bg-scale ~/Pictures/temple.jpg -exec --no-startup-id nm-applet -exec --no-startup-id tilda +exec --no-startup-id polybar -r main2 +exec --no-startup-id redshift-gtk +exec --no-startup-id xset dpms 600 exec --no-startup-id xautolock -time 10 -locker "i3lock -c 000000" -exec --no-startup-id discord -exec --no-startup-id steam-native -exec --no-startup-id mailnag +exec --no-startup-id alsactl --file ~/.config/asound.state restore +exec --no-startup-id nitrogen --restore +exec --no-startup-id compton +exec --no-startup-id dex -a # Play nice with Steam windows -for_window [class="^Steam$" title="^Friends$"] floating enable +for_window [class="^Steam$" title="^Friends List$"] floating enable for_window [class="^Steam$" title="Steam - News"] floating enable for_window [class="^Steam$" title=".* - Chat"] floating enable for_window [class="^Steam$" title=".* - event started"] floating enable +for_window [class="^Steam$" title="^Servers$"] floating enable # pinentry for_window [title="pinentry$"] floating enable + +# Discord splash-screen +for_window [title="Discord Updater$"] floating enable -- cgit v1.2.3