Skip to content

Commit

Permalink
🔧 startup-once: keyboard layout es => us
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Jan 14, 2025
1 parent 91c2783 commit 5911972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.config/startup/startup-once.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
( eval `ssh-agent -s` & )
( bluetoothctl power on & )
( setxkbmap es & )
( setxkbmap us & )
( numlockx & )
( $HOME/bin/tmu --init & )
( docker & )
Expand Down

0 comments on commit 5911972

Please sign in to comment.