Compare commits

...

2 commits

Author SHA1 Message Date
Hippolyte Chauvin
d5116dcb77 Merge branch 'master' of ahur.ac:ahurac/dotfiles 2023-04-13 13:28:45 +02:00
Hippolyte Chauvin
7d7c0924e1 Fond d'écran dans Sway 2023-04-13 13:28:32 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ set $menu rofi -show drun
set $browser librewolf set $browser librewolf
set $discord webcord set $discord webcord
set $joplin joplin-desktop set $joplin joplin-desktop
set $wallpaper /usr/share/backgrounds/artix-tube-text.jpg
input type:keyboard { input type:keyboard {
xkb_layout fr xkb_layout fr

View file

@ -1,4 +1,4 @@
exec --no-startup-id swaybg -c '#000000' exec --no-startup-id swaybg -i $wallpaper
exec --no-startup-id swaync exec --no-startup-id swaync
exec --no-startup-id swayosd exec --no-startup-id swayosd
exec --no-startup-id xdg-session-start exec --no-startup-id xdg-session-start