aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/config.lua
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /.config/awesome/config.lua
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '')
-rw-r--r--awesome/.config/awesome/config.lua (renamed from .config/awesome/config.lua)14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/awesome/config.lua b/awesome/.config/awesome/config.lua
index 3737f56..b60fff2 100644
--- a/.config/awesome/config.lua
+++ b/awesome/.config/awesome/config.lua
@@ -22,18 +22,17 @@ sloppy_focus = false
-- █▓▒░ preffered apps
terminal = "urxvtc"
-rootterm = "urxvtc -hold -e sudo su"
+rootterm = "urxvtc -hold -e sudo "
term_exec = "urxvtc -hold -e "
filegui = "thunar"
-filecli = terminal.." -e ranger"
+filecli = terminal.." -e mc"
cpucli = terminal.." -e htop"
---editor = os.getenv("EDITOR") or "nano"
-editor = os.getenv("EDITOR") or "sublime_text"
+editor = os.getenv("EDITOR") or "vim"
editor_cmd = terminal.." -e "..editor
apparence = "lxappearance"
archiver = "file-roller"
search = "catfish"
-guieditor = "sublime_text"
+guieditor = "subl"
filer = "thunar"
mediaplayer = "smplayer"
musicplayer = terminal.." -e ncmpcpp"
@@ -48,8 +47,9 @@ torrent = "transmission-gtk"
calc = "galculator"
pdf = "evince"
imageviewer = "viewnior"
-exiter = "cb-exit"
+exiter = terminal.." -T goodbye -e bash /home/xero/code/sys/goodbye.sh"
passmanager = "keepassx"
runcmd = "gmrun"
mp3tag = "puddletag"
-blanktag = terminal.. " -T blank" \ No newline at end of file
+blanktag = terminal.. " -T blank"
+vbox = "gksudo " ..term_exec.. "modprobe vboxdrv && virtualbox"