Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq [2012/11/28 13:42] – simplify the command to [re]start xfwm4 ryenusfaq [2013/03/12 10:09] hashimo
Line 153: Line 153:
  
  
-    xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'+    xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
 then press key of which keycode you need, eg. I press "Stop" and got output "174 XF86AudioStop". then press key of which keycode you need, eg. I press "Stop" and got output "174 XF86AudioStop".
  
Line 303: Line 303:
 == Start xfwm4 again == == Start xfwm4 again ==
 Sounds like the simpliest solution. You need a terminal and a command executioner (like xfrun4 (alt + f2)) with focus. In the terminal you enter following command: Sounds like the simpliest solution. You need a terminal and a command executioner (like xfrun4 (alt + f2)) with focus. In the terminal you enter following command:
-<code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} &</code>+<code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} & disown</code>
 And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below. And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below.
 == The easy solution for every xfce (not for people loving there sessions) == == The easy solution for every xfce (not for people loving there sessions) ==