From b2fb3925a06fcfeef06ad5cd1eff81850eede10b Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 12 Mar 2026 20:37:24 -0500 Subject: [PATCH] office profile only works for office pc --- dots/bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 62498c0..dc9cab4 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -41,7 +41,8 @@ alias extract="extract.sh" alias gparted="sudo gparted" alias grep='grep --color=auto' alias hyprUpd="ct d h && hyprRld" -alias hyprRld="hyprctl reload && hyprmon --profile office" +#alias hyprRld="hyprctl reload && hyprmon --profile office" +alias hyprRld="hyprctl reload" alias ipadr='ip -br a' alias ipcam="ffplay rtsp://192.168.31.220:554/1" alias ipify='http https://api.ipify.org?format=json'