changing autostartlocation and battery i3block-module

master
tiynger 5 years ago
parent f61fe0feb2
commit 09046be464

@ -4,9 +4,6 @@
alias ":wq"="exit"
alias ":q"="exit"
# battery
alias "battery"="acpi"
# calcurse
alias cal="calcurse-caldav --init=keep-remote && calcurse"
alias calchange="cd ~/.calcurse/caldav"

@ -7,6 +7,10 @@
# export FILE="ranger"
# export TERMINAL="st"
# #------Auto Start-------# #
exec --no-startup-id owncloud
exec --no-startup-id toggletouchpad
# #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2
gaps inner 0

@ -42,7 +42,7 @@ interval=180
command=~/.local/bin/statusbar/disk /home
[battery]
command=~/.local/bin/statusbar/battery
command=~/.local/bin/statusbar/battery BAT0
interval=5
[clock]

File diff suppressed because it is too large Load Diff

@ -2,7 +2,6 @@
setbg & # Set the background
sxhkd & # Bind keys
toggletouchpad &
# Switch to US international with Caps as Mod/Escape
setxkbmap -option caps:super -variant altgr-intl && killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' &
# Properties button extra Mod/Escape

Loading…
Cancel
Save