4 lines
194 B
Bash
Executable File
4 lines
194 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 -option caps:escape -option compose:ralt
|