Skip to content

Instantly share code, notes, and snippets.

@epcim
Created October 20, 2015 09:02
Show Gist options
  • Select an option

  • Save epcim/e1b3c1bca0beaa5811a1 to your computer and use it in GitHub Desktop.

Select an option

Save epcim/e1b3c1bca0beaa5811a1 to your computer and use it in GitHub Desktop.

Awesome window manager tips

Edit cfg

vim $HOME/.config/awesome/rc.lua

get name of the window

xprop | grep --color=none "WM_CLASS\|^WM_NAME"

fix missing cursor in ububtu 13.10

dconf write /org/gnome/settings-daemon/plugins/cursor/active false
gsettings set org.gnome.settings-daemon.plugins.cursor active false

awesome with gnome & desktop session cfg

http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment