목차

XFCE

기본 시계 위젯

Themes

Plugins

DockLike Plugin

panel 초기화

xfce4-panel -r

명령행으로 바탕화면 바꾸기

명령행으로 패널 출력 모니터 변경

xfconf-query -c xfce4-panel -p /panels/panel-0/output-name -sn [모니터명]
# 모니터명은 xrandr 명령을 실행하면 나오는 VGA1, LVDS1 같은 값이다.

명령행으로 플러그인추가

# 먼저 원하는 플러그인의 이름을 알아내야 하는데, 이게 알기 어렵다. 미리 다른 패널에 플러그인을 GUI로 추가한 뒤에
xfconf-query -c xfce4-panel -p /plugins/plugin-[ID]
# 위 명령을 내리면 플러그인의 이름이 나온다.
 
# 알림 영역(notification area)은 이름이 systray 이다. 아래 명령을 실행하고 원하는 패널 번호를 지정한다.
xfce4-panel --add=systray

창 최대화 영역지정

마우스 휠로 작업공간 이동 금지

Thunar

Session 저장/해제

Compton 사용하기

창이 모서리로 갔을 때 타일링하기

창 타일링 방법 - Window Tiling

xfce4-appfinder/Whisker

문제점들

Dual Monitor 환경, Panel의 창단추가 다른 모니터의 창단추를 보여주는 현상

Whisker Menu

XFDashboard

xfce4-terminal --hide-menubar --hide-borders --drop-down

xfce4-screensaver

xfce4-notifyd

# 기존에 notify-osd 가 설치돼 있다면 삭제
sudo pacman -R notify-osd
 
# xfce4-notifyd 자동 실행 설정.
systemctl --user start xfce4-notifyd
 
# 기타 설정
xfce4-notifyd-config

기타

시작프로그램

Windowck - 창 최대화시 윈도우 버튼 없애기

Ubuntu에서 제거

sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session thunar xfdesktop4 \
    exo-utils xfce4-panel xfce4-terminal libxfce4util-common
sudo apt-get autoremove

Top App Menu