Sway : premiers essais
This commit is contained in:
3
.config/sway/config.d/10-terminal.conf
Normal file
3
.config/sway/config.d/10-terminal.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# Utilise le terminal trouvé dans la variable TERMINAL
|
||||
unbindsym $mod+Return
|
||||
bindsym $mod+Return exec $TERMINAL
|
3
.config/sway/config.d/15-background.conf
Normal file
3
.config/sway/config.d/15-background.conf
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
# Change background
|
||||
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill
|
1
.config/sway/config.d/20-font.conf
Normal file
1
.config/sway/config.d/20-font.conf
Normal file
@ -0,0 +1 @@
|
||||
font pango:DejaVu Sans Mono 11
|
6
.config/sway/config.d/30-visuel.conf
Normal file
6
.config/sway/config.d/30-visuel.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# Espace entre les fenêtres
|
||||
for_window [class="^.*"] border pixel 2
|
||||
for_window [class="^.*"] title_format " %title"
|
||||
gaps inner 5
|
||||
smart_borders on
|
||||
smart_gaps on
|
5
.config/sway/config.d/90-programmes.conf
Normal file
5
.config/sway/config.d/90-programmes.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# Économie des yeux (48.5680685:7.7709942 = Neudorf, rue de Fegersheim)
|
||||
exec wlsunset -l 48.5680685 -L 7.7709942
|
||||
|
||||
# Notifications de bureau
|
||||
exec dunst
|
Reference in New Issue
Block a user