aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/rc-4.3-3.lua5
-rw-r--r--.config/awesome/rc.lua5
-rw-r--r--.config/dunst/dunstrc2
3 files changed, 3 insertions, 9 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index c6caf2d..f8f6016 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -473,7 +473,7 @@ globalkeys = gears.table.join(
{ description = "increase client gaps", group = "client" }),
awful.key({ modkey }, ";", function() awful.tag.incgap(-2) end,
{ description = "decrease client gaps", group = "client" }),
- awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 2 end,
+ awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 0 end,
{ description = "reset client gaps", group = "client" }),
-- launch choose-xrandr-gui
@@ -810,9 +810,6 @@ client.connect_signal("focus", function(c) c.border_color = beautiful.border_foc
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- }}}
--- gaps
-beautiful.useless_gap = 2
-
-- run garbage collector regularly to prevent memory leaks
gears.timer {
timeout = 30,
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index c789d0a..dc34cac 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -460,7 +460,7 @@ awful.keyboard.append_global_keybindings({
{ description = "increase client gaps", group = "client" }),
awful.key({ modkey }, ";", function() awful.tag.incgap(-2) end,
{ description = "decrease client gaps", group = "client" }),
- awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 2 end,
+ awful.key({ modkey }, "backslash", function() awful.screen.focused().selected_tag.gap = 0 end,
{ description = "reset client gaps", group = "client" }),
-- launch choose-xrandr-gui
@@ -819,9 +819,6 @@ client.connect_signal("mouse::enter", function(c)
c:activate { context = "mouse_enter", raise = false }
end)
--- gaps
-beautiful.useless_gap = 2
-
-- run garbage collector regularly to prevent memory leaks
gears.timer {
timeout = 30,
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 51449ce..1adf832 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -36,7 +36,7 @@
origin = top-right
# Offset from the origin
- offset = 0x16
+ offset = 0x12
# Scale factor. It is auto-detected if value is 0.
scale = 0