bootstrap
This commit is contained in:
@@ -299,6 +299,8 @@ assign [class="dota2"] $ws5
|
||||
input * {
|
||||
xkb_layout "se"
|
||||
}
|
||||
## Bind backspace to capslock
|
||||
input "*" xkb_options caps:backspace
|
||||
|
||||
## Remove pointer acceleration
|
||||
input "type:pointer" {
|
||||
@@ -306,6 +308,10 @@ input "type:pointer" {
|
||||
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
|
||||
|
||||
## 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 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
|
||||
|
||||
yay -S \
|
||||
librewolf-bin \
|
||||
fnm \
|
||||
oh-my-posh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user