fixed some stuff
added support for picom-jonaburg-fix and did some fixes in the awesome config
This commit is contained in:
parent
f999919b0c
commit
5dec7f49e6
3 changed files with 16 additions and 4 deletions
|
@ -340,7 +340,7 @@ globalkeys = my_table.join(
|
|||
{description = "show rofi run menu", group = "hotkeys"}),
|
||||
awful.key({ modkey }, "Tab", function () awful.spawn(string.format("rofi -show window", beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus)) end,
|
||||
{description = "show rofi window menu", group = "hotkeys"}),
|
||||
awful.key({ modkey }, "w", function () awful.util.spawn("~/.shell-scripts/./rofi-wifi-menu.sh") end,
|
||||
awful.key({ modkey }, "w", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-wifi-menu.sh") end,
|
||||
{description = "show rofi wifi menu", group = "hotkeys"}),
|
||||
|
||||
-- Keyboard Layouts
|
||||
|
@ -652,6 +652,6 @@ You know what is this, the things that will open with you sign in. Like setting
|
|||
#+begin_src lua
|
||||
awful.util.spawn_with_shell("nitrogen --restore")
|
||||
awful.util.spawn_with_shell("lxpolkit")
|
||||
awful.util.spawn_with_shell("picom")
|
||||
awful.util.spawn_with_shell("picom --experimental-backend --config ~/.config/picom.conf")
|
||||
awful.util.spawn_with_shell("/usr/bin/emacs --daemon &")
|
||||
#+end_src
|
||||
|
|
|
@ -255,7 +255,7 @@ globalkeys = my_table.join(
|
|||
{description = "show rofi run menu", group = "hotkeys"}),
|
||||
awful.key({ modkey }, "Tab", function () awful.spawn(string.format("rofi -show window", beautiful.bg_normal, beautiful.fg_normal, beautiful.bg_focus, beautiful.fg_focus)) end,
|
||||
{description = "show rofi window menu", group = "hotkeys"}),
|
||||
awful.key({ modkey }, "w", function () awful.util.spawn("~/.shell-scripts/./rofi-wifi-menu.sh") end,
|
||||
awful.key({ modkey }, "w", function () awful.util.spawn("/home/drk/.shell-scripts/./rofi-wifi-menu.sh") end,
|
||||
{description = "show rofi wifi menu", group = "hotkeys"}),
|
||||
|
||||
-- Keyboard Layouts
|
||||
|
@ -551,5 +551,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
|
|||
|
||||
awful.util.spawn_with_shell("nitrogen --restore")
|
||||
awful.util.spawn_with_shell("lxpolkit")
|
||||
awful.util.spawn_with_shell("picom")
|
||||
awful.util.spawn_with_shell("picom --experimental-backend --config ~/.config/picom.conf")
|
||||
awful.util.spawn_with_shell("/usr/bin/emacs --daemon &")
|
||||
|
|
|
@ -5,6 +5,18 @@
|
|||
## |____/|_| \_\_|\_\
|
||||
##
|
||||
|
||||
#################################
|
||||
# Animations #
|
||||
#################################
|
||||
# requires https://github.com/jonaburg/picom
|
||||
# (These are also the default values)
|
||||
transition-length = 300
|
||||
transition-pow-x = 0.1
|
||||
transition-pow-y = 0.1
|
||||
transition-pow-w = 0.1
|
||||
transition-pow-h = 0.1
|
||||
size-transition = true
|
||||
|
||||
#################################
|
||||
# Shadows #
|
||||
#################################
|
||||
|
|
Loading…
Reference in a new issue