Compare commits

..

21 Commits

Author SHA1 Message Date
tforgione b22e381660 jdb.localhost 2025-03-24 14:10:06 +01:00
tforgione 232e6a03c5 No need for yuzzit.local 2025-03-17 09:45:07 +01:00
tforgione 8936d060d3 Better links 2025-03-02 11:18:36 +01:00
tforgione add9175859 Remove gmail 2025-02-10 09:33:30 +01:00
tforgione 6a6a579912 Open issues 2025-02-05 13:57:25 +01:00
tforgione c2a1117e55 New email 2025-01-23 16:02:36 +01:00
tforgione 25603469ae Perso / pro order 2025-01-06 17:07:14 +01:00
tforgione db1807b6e2 yuzzit.local 2025-01-06 10:29:04 +01:00
tforgione 7b6bb320ac Mail 2025-01-05 16:33:09 +01:00
tforgione 154156f965 jira 2024-12-20 11:33:53 +01:00
tforgione 8e1c81c55c No more mails 2024-11-22 10:21:13 +01:00
tforgione 3bf01d1b04 Better xdotool 2024-10-11 20:47:50 +02:00
tforgione d986312dd4 Fix bug 2024-10-02 00:14:33 +02:00
tforgione 5aac8f0d8a Add shortcut 2024-09-30 09:28:14 +02:00
tforgione 507029e62a Mail 2024-09-24 10:38:27 +02:00
tforgione 34c82f1820 Clean 2024-09-12 15:12:07 +02:00
tforgione 35123a80dc Better shortcuts 2024-09-10 09:39:06 +02:00
tforgione eac7a059f8 yuzzit 2024-09-04 21:53:41 +02:00
tforgione f1bb185f8a Cobra kai 2024-07-31 16:54:06 +02:00
tforgione facf306eb2 Adds wallpapers 2024-07-31 16:51:25 +02:00
tforgione c90ba3fce4 Rofi theme 2024-07-12 16:07:47 +02:00
5 changed files with 14 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

+1 -1
View File
@@ -1,6 +1,6 @@
return { return {
browser="firefox", browser="firefox",
terminal="new-terminal", terminal="new-terminal",
email="thomas@forgione.fr", email="thomas@tforgione.fr",
email2="thomas@polymny.studio", email2="thomas@polymny.studio",
} }
+12 -12
View File
@@ -469,7 +469,7 @@ globalkeys = awful.util.table.join(
-- awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, -- awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
-- {description = "run prompt", group = "launcher"}), -- {description = "run prompt", group = "launcher"}),
awful.key({ modkey }, "r", function () awful.spawn('rofi -show drun') end, awful.key({ modkey }, "r", function () awful.spawn('rofi -show drun -theme ~/.config/rofi/theme.rasi') end,
{description = "run prompt", group = "launcher"}), {description = "run prompt", group = "launcher"}),
-- awful.key({ modkey }, "x", -- awful.key({ modkey }, "x",
-- function () -- function ()
@@ -565,16 +565,16 @@ globalkeys = awful.util.table.join(
end, {description="start the web browser", group="shortcuts"}), end, {description="start the web browser", group="shortcuts"}),
awful.key({modkey}, "z", function() awful.key({modkey}, "z", function()
awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://git.polymny.net/user/oauth2/polymny-studio https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/", function() end) awful.spawn.easy_async(options.browser .. " http://jdb.localhost/todo.html https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/ https://mail.infomaniak.com/2 https://mail.infomaniak.com/0", function() end)
naughty.notify({title = "Starting social media"}) naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}), end, {description="Open social media", group="shortcuts"}),
awful.key({modkey}, "l", function() awful.key({modkey}, "l", function()
awful.spawn.easy_async_with_shell('sleep 1sec; xset dpms force off; slock', function() end) awful.spawn.easy_async_with_shell('sleep 1; xset dpms force off; slock', function() end)
end, { description="Locks the screen", group="screen control"}), end, { description="Locks the screen", group="screen control"}),
awful.key({modkey, "Shift"}, "l", function() awful.key({modkey, "Shift"}, "l", function()
awful.spawn.easy_async_with_shell('sleep 1sec; xset dpms force off', function() end) awful.spawn.easy_async_with_shell('sleep 1; xset dpms force off', function() end)
end, { description="Turns off the screen", group="screen control"}), end, { description="Turns off the screen", group="screen control"}),
awful.key({modkey, "Shift"}, "Tab", function() awful.key({modkey, "Shift"}, "Tab", function()
@@ -605,17 +605,13 @@ globalkeys = awful.util.table.join(
awful.key({modkey, "Shift"}, "m", function() awful.key({modkey, "Shift"}, "m", function()
awful.spawn.easy_async('sleep 0.5', function() awful.spawn.easy_async('sleep 0.5', function()
for i = 1, #options.email do os.execute('xdotool type --clearmodifiers ' .. options.email)
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
end
end) end)
end, {description="Automatically enters the key to type your email", group="shortcuts"}), end, {description="Automatically enters the key to type your email", group="shortcuts"}),
awful.key({modkey, "Shift"}, "ù", function() awful.key({modkey, "Shift"}, "ù", function()
awful.spawn.easy_async('sleep 0.5', function() awful.spawn.easy_async('sleep 0.5', function()
for i = 1, #options.email2 do os.execute('xdotool type --clearmodifiers ' .. options.email2)
os.execute('xdotool type --clearmodifiers ' .. options.email2:sub(i,i))
end
end) end)
end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}), end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}),
@@ -624,8 +620,12 @@ globalkeys = awful.util.table.join(
end, {description="Opens mailspring", group="shortcuts"}), end, {description="Opens mailspring", group="shortcuts"}),
awful.key({modkey}, "e", function() awful.key({modkey}, "e", function()
awful.spawn.easy_async("emojinput", function() end) awful.spawn.easy_async("firefox ext+container:name=Yuzzit&url=https://yip.atlassian.net/ ext+container:name=Yuzzit&url=https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT ext+container:name=Yuzzit&url=https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace", function() end)
end, {description="Starts emojinput", group="shortcuts"}), end, {description="Starts yuzzit", group="shortcuts"}),
awful.key({modkey}, ",", function()
awful.spawn.easy_async("firefox ext+container:name=Yuzzit&url=https://duckduckgo.com", function() end)
end, {description="Starts yuzzit empty window", group="shortcuts"}),
awful.key({ modkey }, "p", function() awful.key({ modkey }, "p", function()
awful.spawn.easy_async("pavucontrol", function(e) end) awful.spawn.easy_async("pavucontrol", function(e) end)
+1 -1
View File
@@ -96,7 +96,7 @@ theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/defau
-- end -- end
-- --
-- theme.wallpaper = getrandomwallpaper() -- theme.wallpaper = getrandomwallpaper()
theme.wallpaper = os.getenv('HOME') .. "/.config/awesome/Wallpapers/pluto-1.png" theme.wallpaper = os.getenv('HOME') .. "/.config/awesome/Wallpapers/cobra-kai-1.png"
-- You can use your own layout icons like this: -- You can use your own layout icons like this:
theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"