From 5fbb0bfa79c754507920e4eae00cf335e4ec3e10 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 17 Sep 2020 15:23:38 -0600 Subject: [PATCH] i3 config updated --- config/i3/config | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/config/i3/config b/config/i3/config index 2242ca3..677bc84 100644 --- a/config/i3/config +++ b/config/i3/config @@ -51,10 +51,6 @@ bindsym $mod+q kill # start dmenu (a program launcher) bindsym $mod+space exec --no-startup-id dmenu_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. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus and move window bindsym $mod+h focus left @@ -132,7 +128,7 @@ 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 'Do you really want to exit i3 and end X session?' -B 'Yes' 'i3-msg exit'" # resize window (you can also use the mouse for that) mode "resize" { @@ -155,7 +151,7 @@ mode "resize" { bindsym $mod+r mode "resize" -bindsym $mod+p exec feh --randomize --bg-fill /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* +bindsym $mod+p exec --no-startup-id feh --randomize --bg-fill /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* # Set parent container to full screen bindsym $mod+Shift+f focus parent; fullscreen; focus child @@ -174,7 +170,7 @@ bindsym XF86MonBrightnessDown exec gmux_backlight -100 bindsym $mod+backslash exec pactl set-source-mute @DEFAULT_SOURCE@ toggle # Composite -exec compton +exec --no-startup-id compton # Settings for gaps for_window [class="^.*"] border pixel 2