mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
5 lines
124 B
Bash
Executable file
5 lines
124 B
Bash
Executable file
#!/bin/sh
|
|
setxkbmap "us,ru" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps"
|
|
picom -b &
|
|
nitrogen --restore &
|
|
kitty &
|