Compare commits

...

16 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
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
return {
browser="firefox",
terminal="new-terminal",
email="thomas@forgione.fr",
email="thomas@tforgione.fr",
email2="thomas@polymny.studio",
}
+10 -10
View File
@@ -565,16 +565,16 @@ globalkeys = awful.util.table.join(
end, {description="start the web browser", group="shortcuts"}),
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/ ext+container:name=Yuzzit&url=https://mail.google.com/mail/u/0/#inbox 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)
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"})
end, {description="Open social media", group="shortcuts"}),
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"}),
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"}),
awful.key({modkey, "Shift"}, "Tab", function()
@@ -605,17 +605,13 @@ globalkeys = awful.util.table.join(
awful.key({modkey, "Shift"}, "m", function()
awful.spawn.easy_async('sleep 0.5', function()
for i = 1, #options.email do
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
end
os.execute('xdotool type --clearmodifiers ' .. options.email)
end)
end, {description="Automatically enters the key to type your email", group="shortcuts"}),
awful.key({modkey, "Shift"}, "ù", function()
awful.spawn.easy_async('sleep 0.5', function()
for i = 1, #options.email2 do
os.execute('xdotool type --clearmodifiers ' .. options.email2:sub(i,i))
end
os.execute('xdotool type --clearmodifiers ' .. options.email2)
end)
end, {description="Automatically enters the key to type your secondary email", group="shortcuts"}),
@@ -624,9 +620,13 @@ globalkeys = awful.util.table.join(
end, {description="Opens mailspring", group="shortcuts"}),
awful.key({modkey}, "e", function()
awful.spawn.easy_async("chromium https://mail.google.com/mail/u/0/#inbox https://app.slack.com/client/T03UFFGJK/D07KS0S1LDT https://app.gather.town/app/bZRkf3gh7MIximOa/ytopenspace", 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 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.spawn.easy_async("pavucontrol", function(e) end)
end, {description = "starts pavucontrol", group = "shortcuts"}),