diff --git a/common/.config/awesome/rc.lua b/common/.config/awesome/rc.lua index 0cf978c..8e519bb 100644 --- a/common/.config/awesome/rc.lua +++ b/common/.config/awesome/rc.lua @@ -68,9 +68,9 @@ nice({ -- fix annoying fullscreen stuff client.connect_signal("property::fullscreen", function(c) if c.fullscreen then - c.border_width = c.fullscreen and 0 or beautiful.border_width - c:geometry(c.screen.geometry) awful.titlebar.hide(c) + c.border_width = 0 --c.fullscreen and 0 or beautiful.border_width + c:geometry(c.screen.geometry) else awful.titlebar.show(c) end diff --git a/common/.i3/config b/common/.i3/config index 4e9621b..0c86163 100644 --- a/common/.i3/config +++ b/common/.i3/config @@ -41,7 +41,6 @@ bindsym $mod+Shift+q kill bindsym $mod+d exec --no-startup-id rofi -show drun bindsym $mod+z exec --no-startup-id morc_menu -exec picom -b ################################################################################################ ## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ## @@ -292,7 +291,7 @@ mode "resize" { # Autostart applications exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -exec --no-startup-id nitrogen --restore; sleep 1; picom -b +exec --no-startup-id nitrogen --restore; sleep 1; picom -b --config /home/$USER/.config/awesome/config/picom.conf #exec --no-startup-id manjaro-hello exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager