Compare commits

..

No commits in common. "tom" and "master" have entirely different histories.
tom ... master

12 changed files with 5 additions and 81 deletions

View File

@ -1,48 +0,0 @@
[General]
addGPGId=true
alwaysOnTop=false
autoPull=false
autoPush=false
autoclearPanelSeconds=10
autoclearSeconds=10
avoidCapitals=false
avoidNumbers=false
clipBoardType=0
displayAsIs=false
gitExecutable=/usr/bin/git
gpgExecutable=/usr/bin/gpg2
hideContent=false
hideOnClose=false
hidePassword=false
lessRandom=false
noLineWrapping=false
passExecutable=/usr/bin/pass
passStore=/home/od/.password-store/
passTemplate=login\nurl
passwordChars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&*()_-+={}[]|:;<>,.?"
passwordCharsselection=0
passwordLength=8
pwgenExecutable=/usr/bin/pwgen
qrencodeExecutable=
startMinimized=false
templateAllFields=false
useAutoclear=false
useAutoclearPanel=false
useGit=false
useMonospace=false
useOtp=false
usePass=true
usePwgen=true
useQrencode=false
useSelection=false
useSymbols=false
useTemplate=false
useTrayIcon=true
version=1.4.0
[mainwindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90\0\0\0\0\0\0\0\0\x5\x82\0\0\0\0\0\0\0\0\0\0\x5\x81\0\0\x3\x90)
maximized=false
pos=@Point(0 0)
savestate=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\x5\x82\0\0\x3G\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\xe\0t\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
size=@Size(1410 913)

View File

@ -2,14 +2,3 @@
MOZ_ENABLE_WAYLAND=1
# Modifie le comportement JAVA pour PHPStorm
_JAVA_AWT_WM_NONREPARENTING=1
# Demandé par les applications QT (notamment Slack)
QT_QPA_PLATFORM=wayland
# Pour les applications utilisant Electron
# Cf. https://www.electronjs.org/docs/latest/api/environment-variables
ELECTRON_OZONE_PLATFORM_HINT=wayland
# Pour wayland
SDL_VIDEODRIVER=wayland
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway # for gammastep-indicator

View File

@ -1,10 +1,5 @@
[general]
location-provider=manual
# 5500-6500
temp-day=5700
# 3000-4000
temp-night=3500
adjustment-method=wayland
# Lieu : Neudorf, chez Agnès
[manual]

View File

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

View File

@ -14,8 +14,3 @@ titlebar_padding 0
# Enlever le titre aux fenêtres
default_border none
default_floating_border none
# Écran HiDPI
set $screen_output eDP-1
output $screen_output scale 1.6
output $screen_output color_profile icc icc/$screen_output.icm

View File

@ -1,5 +1,5 @@
# Économie des yeux (48.5680685:7.7709942 = Neudorf, rue de Fegersheim)
exec_always "killall wlsunset ; wlsunset -t 3500 -T 5700 -l 48.5 -L 7.7 &"
exec gammastep-indicator
# Notifications de bureau
exec dunst

View File

@ -23,7 +23,7 @@
"format": "<span style=\"italic\">{}</span>"
},
"tray": {
"icon-size": 21,
// "icon-size": 21,
"spacing": 10
},
"clock": {

View File

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

View File

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

View File

@ -1,8 +1,4 @@
#!/bin/sh
#
# battery
#
# Penser à modifier la variable dans ~/.profile
HEART_FULL=♥
HEART_EMPTY=♡

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
firefox --kiosk "https://netflix.com/"