diff options
author | xyz <gky44px1999@gmail.com> | 2021-04-29 19:41:20 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-04-29 19:41:20 -0700 |
commit | 9628feeedc0999bc21399249f07d4e4118c5a637 (patch) | |
tree | 9917901c8b21f746f3112dc79ecaad103f3904ca /.xinitrc | |
parent | 4f3719a6bc1413bfeb896338b1fba772b6d083ab (diff) |
custom hotkey for screenshot with time and uuid as filename
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,8 +36,9 @@ export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx +sxhkd & fcitx5 & $HOME/programs/my_scripts/set_dwm_status_bar.sh & -xwallpaper --maximize $XDG_CONFIG_HOME/wallpaper.png +xwallpaper --maximize $HOME/pictures/wallpaper.png redshift & exec dwm |