fixed the fixer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user