fixed the fixer

This commit is contained in:
Benjamin Kyd
2023-05-01 09:59:55 +01:00
parent 3b079e2fe4
commit 71c4978fba
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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