Compare commits

...

4 Commits

4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Change background # Change background
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill output * bg /home/od/.config/i3/abstract-blue-background-1920x1200.jpg fill

View File

@ -14,3 +14,6 @@ titlebar_padding 0
# Enlever le titre aux fenêtres # Enlever le titre aux fenêtres
default_border none default_border none
default_floating_border none default_floating_border none
# Écran HiDPI
output eDP-1 scale 1.6

View File

@ -15,7 +15,7 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
done done
# Pour la batterie des ordinateurs portables (~/bin/battery) # Pour la batterie des ordinateurs portables (~/bin/battery)
#export BATPATH="/sys/class/power_supply/BAT0" export BATPATH="/sys/class/power_supply/BAT0"
# Permit DBUS to be launched # Permit DBUS to be launched
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then

View File

@ -6,5 +6,5 @@ eval "$(pyenv init --path)"
# Start X automatically # Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx exec sway
fi fi