1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-09-28 22:21:42 +00:00

XFCE4 script was missing comments

This commit is contained in:
J.Fernando Sánchez 2012-12-10 13:15:36 +01:00
parent 3dea661140
commit 3947f1b99c

View File

@ -1,4 +1,10 @@
#!/bin/bash #!/bin/bash
# @balkian
# Changes the behaviour of the window cycling in xfce4
#
# Extracted from: http://askubuntu.com/questions/136052/cycle-windows-over-all-workspaces-in-xfce-while-being-able-to-cycle-over-one-wo
#
OLD_VALUE=$(xfconf-query -c xfwm4 -p /general/cycle_workspaces) OLD_VALUE=$(xfconf-query -c xfwm4 -p /general/cycle_workspaces)
if [ $OLD_VALUE == "true" ]; then if [ $OLD_VALUE == "true" ]; then