changing autostartlocation and battery i3block-module

master
tiynger 5 years ago
parent e851aaf823
commit 346585e982

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

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

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

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save