1
0

Use MATE apps instead of Gnome in Xfce

This commit is contained in:
Noah 2016-06-17 13:25:19 -07:00
parent 86e2c8944c
commit 1f732bb34b
3 changed files with 14 additions and 17 deletions

View File

@ -1,6 +1,6 @@
[user] [user]
name = Noah Petherbridge name = Noah Petherbridge
email = "(none)" email = npetherbridge@mediatemple.net
[alias] [alias]
ci = commit ci = commit

View File

@ -41,25 +41,16 @@ bind k resize-pane -U 5
bind l resize-pane -R 5 bind l resize-pane -R 5
# Mouse controls # Mouse controls
setw -g mode-mouse on set -g mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
# Toggle mouse mode on with ^A-m # Toggle mouse mode on with ^A-m
bind m \ bind m \
set -g mode-mouse on \;\ set -g mouse on \;\
set -g mouse-resize-pane on \;\
set -g mouse-select-pane on \;\
set -g mouse-select-window on \;\
display "Mouse: ON" display "Mouse: ON"
# Toggle mouse mode off with ^A-M # Toggle mouse mode off with ^A-M
bind M \ bind M \
set -g mode-mouse off \;\ set -g mouse off \;\
set -g mouse-resize-pane off \;\
set -g mouse-select-pane off \;\
set -g mouse-select-window off \;\
display "Mouse: OFF" display "Mouse: OFF"
# Status bar customization # Status bar customization

View File

@ -9,8 +9,13 @@ Fonts:
Apps: Apps:
- Firefox, Thunderbird - Firefox, Thunderbird
- Eye of Gnome, File Roller, Gedit, GIMP - The GIMP
- Banshee - Banshee
- MATE Desktop counterparts to my favorite old GNOME apps:
- Eye of MATE (Image viewer, fork of Eye of GNOME)
- Engrampa (archive manager, fork of file-roller)
- Pluma (text editor, fork of gedit)
- Atril (PDF viewer, fork of evince)
Dev stuff: Dev stuff:
- zsh - zsh
@ -80,9 +85,10 @@ class Application(object):
self.install( self.install(
"firefox", "firefox",
"thunderbird", "thunderbird",
#"eog", "eom",
#"file-roller", "engrampa",
#"gedit", "pluma",
"atril",
"gimp", "gimp",
"libreoffice", "libreoffice",
"banshee", "banshee",