reorganize keymaps and add screen resolution to fluxbox menu
This commit is contained in:
@@ -74,6 +74,10 @@ rm -f $SIGNAL2 2>/dev/null
|
||||
exec systrayicon --command fblogout --iconfile /usr/share/icons/locolor/16x16/actions/system-shutdown-symbolic.png
|
||||
) &
|
||||
|
||||
# gen screen resolutions to fluxbox menu
|
||||
xrandr 2>/dev/null | fgrep x | fgrep . | sort -n | tr -s " " | cut -d " " -f 2 \
|
||||
| sed -r "s:(.*):[exec] (\\1) {xrandr -s \\1}:" > ~/.fluxbox/menu_resolution
|
||||
|
||||
# In all cases, wait for the sound sleeper.
|
||||
# If startup took longer (sound completed already), no extra wait
|
||||
wait $SOUNDPID
|
||||
|
||||
Reference in New Issue
Block a user