Compare commits
2 Commits
6979a7df14
...
da2c2e8a33
Author | SHA1 | Date | |
---|---|---|---|
da2c2e8a33 | |||
54e44982c5 |
@ -13,12 +13,12 @@ export VISUAL=nvim
|
|||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
# add scripts folder to path
|
# add scripts folder to path
|
||||||
export PATH="~/scripts:$PATH"
|
export PATH="/home/default/scripts:$PATH"
|
||||||
|
|
||||||
# dotnet
|
# dotnet
|
||||||
export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
|
export MSBuildSDKsPath="/usr/share/dotnet/sdk/`dotnet --version`/Sdks/"
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
export PATH="~/.dotnet/tools:$PATH"
|
export PATH="/home/default/.dotnet/tools:$PATH"
|
||||||
|
|
||||||
# fcitx
|
# fcitx
|
||||||
export GTK_IM_MODULE=fcitx
|
export GTK_IM_MODULE=fcitx
|
||||||
|
@ -49,12 +49,12 @@ exec swayidle -w \
|
|||||||
resume 'swaymsg "output * dpms on"'
|
resume 'swaymsg "output * dpms on"'
|
||||||
|
|
||||||
# screen lock
|
# screen lock
|
||||||
bindsym Ctrl+Shift+l exec playerctl -a pause && \
|
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
|
||||||
systemctl suspend && \
|
systemctl suspend && \
|
||||||
swaylock
|
swaylock"
|
||||||
|
|
||||||
# screen lock
|
# screen lock
|
||||||
bindsym Ctrl+Alt+l exec playerctl -a pause && \
|
bindsym Ctrl+Alt+l exec "playerctl -a pause; \
|
||||||
swaylock
|
swaylock
|
||||||
|
|
||||||
### input configuration
|
### input configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user