mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 19:52:29 +00:00
XFCE4 script was missing comments
This commit is contained in:
parent
3dea661140
commit
3947f1b99c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user