remove: hostname command dependency
add: history-grep alias fix: supress arch-updates output when no updates
This commit is contained in:
parent
2357860ff6
commit
43c34ce130
4 changed files with 9 additions and 3 deletions
.config/bspwm
|
@ -2,7 +2,7 @@
|
|||
|
||||
sxhkd &
|
||||
|
||||
host_name=$(hostname)
|
||||
host_name=$(cat /proc/sys/kernel/hostname)
|
||||
if [[ $host_name == "portalo" ]]; then
|
||||
bspc monitor HDMI-1 -d web terminal 3 4 5 6 game
|
||||
bspc monitor DVI-D-1 -d side-view voip messenger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue