Compare commits

..

No commits in common. "da2c2e8a331ad6f9e6d5b02a4ed9cbdc12be7a37" and "6979a7df148eab27209761437b4a4b916400bfb3" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -13,12 +13,12 @@ export VISUAL=nvim
export EDITOR=nvim
# add scripts folder to path
export PATH="/home/default/scripts:$PATH"
export PATH="~/scripts:$PATH"
# dotnet
export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export PATH="/home/default/.dotnet/tools:$PATH"
export PATH="~/.dotnet/tools:$PATH"
# fcitx
export GTK_IM_MODULE=fcitx

View File

@ -49,12 +49,12 @@ exec swayidle -w \
resume 'swaymsg "output * dpms on"'
# screen lock
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
bindsym Ctrl+Shift+l exec playerctl -a pause && \
systemctl suspend && \
swaylock"
swaylock
# screen lock
bindsym Ctrl+Alt+l exec "playerctl -a pause; \
bindsym Ctrl+Alt+l exec playerctl -a pause && \
swaylock
### input configuration