Fcitx and hotkey cleanup
This commit is contained in:
parent
e0ed730e2c
commit
70b1078f94
4 changed files with 29 additions and 10 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
autorandr --list | dmenu | xargs -I "layout" autorandr layout && feh --bg-scale --no-fehbg "$HOME/.config/wallpaper" && xset r rate 300 50
|
||||
|
||||
3
.local/bin/layoutmenu
Executable file
3
.local/bin/layoutmenu
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
autorandr --list | dmenu -i -l 30 | xargs -I "layout" autorandr layout && feh --bg-scale --no-fehbg "$HOME/.config/wallpaper" && xset r rate 300 50
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue