diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 1d7db42..8531007 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -37,6 +37,7 @@ alias encrypt="gpg --encrypt --sign --recipient frode@klevstul.com" alias extract="extract.sh" alias gparted="sudo gparted" alias grep='grep --color=auto' +alias hyprUpd="ct d h && hyprReload" alias hyprReload="hyprctl reload && hyprmon --profile office" alias ip='ip -br a' alias ipcam="ffplay rtsp://192.168.31.220:554/1" diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 241aca1..3670698 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -274,8 +274,8 @@ bind = , PRINT, exec, hyprshot -m region # region # view mode #bind = $mainMod, M, exec, hyprctl keyword general:layout "master" # M_master #bind = $mainMod, N, exec, hyprctl keyword general:layout "dwindle" # dwi_N_dle -bind = MOD, M, layoutmsg, swapwithmaster master -bind = MOD, N, layoutmsg, swapwithmaster dwindle +bind = $mainMod, M, layoutmsg, swapwithmaster master +bind = $mainMod, N, layoutmsg, swapwithmaster dwindle # split mode #bind = $mainMod, H, layoutmsg, preselect r # next window to the right (horizontal mode)