Add locale conf

master
Quentin Duchemin 2024-01-20 21:12:25 +01:00
parent 25e010bf6c
commit a613d5b1ae
3 changed files with 4 additions and 1 deletions

View File

@ -246,7 +246,7 @@ bindsym Mod4+quotedbl [title="(?i)notes.*obsidian"] scratchpad show, move contai
# able to resize floating windows by percentage of the screen width/height,
# making it compatible with the shared configuration
# https://github.com/i3/i3/issues/2816
for_window [class="thunderbird" window_type="normal"] resize set 90 ppt 85 ppt
for_window [instance="Mail" window_type="normal"] resize set 90 ppt 85 ppt
for_window [class="Signal"] resize set 90 ppt 85 ppt
for_window [class="Telegram"] resize set 90 ppt 85 ppt

View File

@ -0,0 +1 @@
/etc

View File

@ -0,0 +1,2 @@
LANG=en_US.UTF-8
LC_TIME=fr_FR.UTF-8