diff --git a/bindings/keys.lua b/bindings/keys.lua index 2c84426..208c8c1 100644 --- a/bindings/keys.lua +++ b/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) diff --git a/themes/aquarella/init.lua b/themes/aquarella/init.lua index d3cdaf3..ec73edc 100644 --- a/themes/aquarella/init.lua +++ b/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'