Browse Source

master ratio

main
Kristof Vandam 4 years ago
parent
commit
0370a6797e
  1. 1
      bindings/keys.lua
  2. 1
      themes/aquarella/init.lua

1
bindings/keys.lua

@ -35,6 +35,7 @@ awful.keyboard.append_global_keybindings({
{description = "open a terminal floating", group = "launcher"}),
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
{description = "run prompt", group = "launcher"}),
awful.key({ }, "Print", function () awful.util.spawn("flameshot gui") end),
awful.key({ modkey }, "p", function()
function script_path()
local str = debug.getinfo(2, "S").source:sub(2)

1
themes/aquarella/init.lua

@ -22,6 +22,7 @@ theme.wallpaper = assets .. 'wallpaper/wallpaper1.jpg'
gears.wallpaper.set("#20BEC6")
theme.useless_gap = 10
theme.master_width_factor = 0.60
-- Colors
theme.color_transparent = '#00000000'

Loading…
Cancel
Save