swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit f6b29384193da06c596d1765dd991c9d7b799417
parent 42302fe6aff0d62e2a6c43a9e2b2c365f5eeef6d
Author: awy <awy@awy.one>
Date:   Wed, 18 Jun 2025 14:23:14 +0300

lazygit alias, screen no longer locks if program is running fullscreen

Diffstat:
M.config/shell/aliasrc | 3++-
M.config/sway/config | 2++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -50,7 +50,8 @@ alias \ v="$EDITOR" \ p="pacman" \ z="zathura" \ - md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" + lg="lazygit" \ + md="monerod --prune-blockchain --fast-block-sync 1 --data-dir /mnt/ssd/monero/bitmonero" # Git related alias \ diff --git a/.config/sway/config b/.config/sway/config @@ -48,6 +48,8 @@ gaps inner 10 default_border pixel 3 default_floating_border pixel 3 for_window [class=.*] border pixel 3 +# do not lock the screen if program is running full screen +for_window [app_id="^.*"] inhibit_idle fullscreen floating_modifier $mod normal # floating window assigments