6 lines
207 B
Bash
Executable File
6 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
feh --bg-scale ~/var/inbox/astrobin/`ls -Art ~/var/inbox/astrobin | tail -n 1`
|
|
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
|
setxkbmap -option caps:escape -option compose:ralt &
|
|
|