diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-03-07 16:18:59 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-03-07 16:18:59 +0200 |
| commit | 05a8f3c75522dd9b8c905fb6133fb7b79583654b (patch) | |
| tree | 008230cf28a2b437cfb003d1e3c18a307f15a51e /awesome/.config/awesome/rc.lua | |
| parent | 5126035e6763ee45c0e48e3d8bca7ea629479e83 (diff) | |
| download | dotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.tar.xz dotfiles-05a8f3c75522dd9b8c905fb6133fb7b79583654b.zip | |
Did some changes t rc.lua
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 437ecae..aa3bfc7 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -305,7 +305,9 @@ globalkeys = my_table.join( awful.key({ altkey }, "w", function () awful.spawn( "/home/peng/.scripts/wally.sh" ) end, {description = "set random wallpaper" , group = "hotkeys"}), awful.key({ altkey }, "d", function () awful.spawn( "/home/peng/.scripts/dmenuscripts.sh" ) end, - {description = "books" , group = "hotkeys"}), + {description = "all scripts" , group = "hotkeys"}), + awful.key({ altkey }, "b", function () awful.spawn( "/home/peng/.scripts/books.sh" ) end, + {description = "Books" , group = "hotkeys"}), awful.key({ altkey }, "p", function () awful.spawn( "/home/peng/.scripts/power.sh" ) end, {description = "books" , group = "hotkeys"}), awful.key({ modkey }, "o", function () awful.util.spawn( "rofi -show drun" ) end, @@ -880,5 +882,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Autostart applications awful.spawn.with_shell("~/.config/awesome/autostart.sh") -awful.spawn.with_shell("picom -b --config $HOME/.config/awesome/picom.conf") +awful.spawn.with_shell("picom --config $HOME/.config/awesome/picom.conf") awful.spawn.with_shell("~/.scripts/force_full_composition_nvidia.sh") +awful.spawn.with_shell("sudo ~/.scripts/mount.sh") |
