Compare commits
No commits in common. "41a83592a90c842359b1e4b5b412855e23037275" and "17564aaf662ce83936c11cfc3e0dbd0828e13d93" have entirely different histories.
41a83592a9
...
17564aaf66
2
.profile
2
.profile
@ -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
|
||||
|
@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# battery
|
||||
#
|
||||
# Penser à modifier la variable dans ~/.profile
|
||||
|
||||
HEART_FULL=♥
|
||||
HEART_EMPTY=♡
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
firefox --kiosk "https://netflix.com/"
|
Loading…
Reference in New Issue
Block a user