tweaks
This commit is contained in:
parent
2cc57b101f
commit
cd6a02cce8
2 changed files with 9 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
case $BLOCK_BUTTON in
|
||||
1) $TERMINAL -e nmtui ;;
|
||||
3) pgrep -x dunst >/dev/null && notify-send "<b>Internet module:</b>
|
||||
- Left click for \`nmtui\` for wifi access
|
||||
3) pgrep -x dunst >/dev/null && notify-send "<b>🌐 Internet module:</b>
|
||||
- Click for \`nmtui\` for wifi access
|
||||
📡: no wifi connection
|
||||
📶: wifi connection with quality
|
||||
❎: no ethernet
|
||||
|
|
8
.xinitrc
8
.xinitrc
|
@ -1,2 +1,8 @@
|
|||
exec i3
|
||||
#!/bin/sh
|
||||
|
||||
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
|
||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||
|
||||
xset r rate 200 50
|
||||
|
||||
exec i3
|
||||
|
|
Loading…
Reference in a new issue