增加 Xfce4 深度定制.

Signed-off-by: rick.chan <cy@sina.com>
This commit is contained in:
rick.chan 2024-03-11 17:23:14 +08:00
parent 0ff9f0e9db
commit 4ded4b3f43
1 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,60 @@
---
layout: post
title: "Xfce4 深度定制"
subtitle: ""
description: "Linux Xfce4 桌面系统深度定制功能说明 。"
excerpt: "Linux Xfce4 桌面系统深度定制功能说明 。"
date: 2024-03-11 17:20:00
author: "Rick Chan"
tags: ["System", "Linux", "Modules", "Desktop", "Xfce4"]
categories: ["System"]
published: true
---
## 桌面壁纸
壁纸目录在:/usr/share/xfce4/backdrops
## 隐藏桌面图标
右键选择【桌面设置】。 切换到【图标】选项卡。 在【默认图标】中,找到【主文件夹】选项,取消勾选即可。
xfce4-settings-manager -> Desktop -> Icons -> Default Icons 中取消选择所要隐藏的图标。
## 禁用桌面右键菜单
xfce4-settings-manager -> Desktop -> Icons 中取消全部选项, Apperance -> Icon Type 选 None。
xfce4-settings-manager -> Desktop -> Menus 中取消全部选项。
## 禁用快捷键
xfce4-settings-manager -> Keyboard -> Application Shotcuts 中删除指定的快捷键即可。
## 隐藏任务栏
xfce4-settings-manager -> Session and Startup -> Current Session 中将 xfce4-panel 修改为 Never 然后 Save Session。
## 禁用屏保和息屏
xfce4-settings-manager -> Power Manager -> System -> System power saving 将 when inactive for 拉到零值,变为 Never。
xfce4-settings-manager -> Power Manager -> System -> Security 中将 Lock screen when system is going to sleep 关闭。
xfce4-settings-manager -> Power Manager -> Display 关闭 Display power management。
xfce4-settings-manager -> Screensaver -> Screensaver 中关闭 Active screensaver when computer is idle 和 Enable Screensaver。
xfce4-settings-manager -> Screensaver 中关闭 LogoutOn Screen KeyboardLock Screen with System SleepLock Screen with Screensaver 和 Enable Lock Screen。
xfce4-settings-manager -> Session and Startup -> Application Autostart 中取消 Screensaver。
xfce4-settings-manager -> Session and Startup -> Current Session 中将 Power Manager 修改为 Never 然后 Save Session。
## 关闭桌面
***一般不要关闭桌面,在嵌入式系统中关闭该功能可能会导致定制程序的运行不正常,一般以上配置已经可以满足定制需求。***
xfce4-settings-manager -> Session and Startup -> Current Session 中将 xfwm4 修改为 Never 然后 Save Session。
可以同时关闭任务栏并禁用桌面鼠标右键。