bootstrap
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -211,3 +211,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
export PATH=/home/$USER/.fnm:$PATH
|
||||||
|
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
|
||||||
|
|||||||
@@ -299,6 +299,8 @@ assign [class="dota2"] $ws5
|
|||||||
input * {
|
input * {
|
||||||
xkb_layout "se"
|
xkb_layout "se"
|
||||||
}
|
}
|
||||||
|
## Bind backspace to capslock
|
||||||
|
input "*" xkb_options caps:backspace
|
||||||
|
|
||||||
## Remove pointer acceleration
|
## Remove pointer acceleration
|
||||||
input "type:pointer" {
|
input "type:pointer" {
|
||||||
@@ -306,6 +308,10 @@ input "type:pointer" {
|
|||||||
pointer_accel 0
|
pointer_accel 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Set colemak layout on surface laptop
|
||||||
|
input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se
|
||||||
|
## Set colemak layout on printer desktop
|
||||||
|
input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se
|
||||||
# NOTE: Screens are managed by apply-screen-layout.sh
|
# NOTE: Screens are managed by apply-screen-layout.sh
|
||||||
|
|
||||||
## Run secondary sceen in 1080p
|
## Run secondary sceen in 1080p
|
||||||
@@ -327,5 +333,3 @@ exec --no-startup-id blueman-applet
|
|||||||
exec --no-startup-id bitwarden-desktop
|
exec --no-startup-id bitwarden-desktop
|
||||||
exec --no-startup-id sunshine
|
exec --no-startup-id sunshine
|
||||||
|
|
||||||
input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se
|
|
||||||
input "*" xkb_options caps:backspace
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ if [ ! -d /home/wholteza/repos/yay ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
yay -S \
|
yay -S \
|
||||||
librewolf-bin \
|
|
||||||
fnm \
|
fnm \
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user