首页 > 其他分享 >XFCE 配置

XFCE 配置

时间:2023-01-09 23:33:41浏览次数:41  
标签:xfce4 窗口 -- 配置 peazip theme 设置 XFCE

初创建于: 2022-03-27 16:20

最近迁到了 xfce4

在尝试了 kde, gnome, i3 之后, 感觉还是 xfce 比较好

当然 i3 依旧在用, 但是部分应用窗口在 i3 下的显示很奇怪, 毕竟 i3 只是一个窗口管理器.

必要软件包

在安装 xfce 基础包之后, 还需要安装一部分额外的包:

  • xfce4-pulseaudio-plugin 在 panel 上显示声音
  • network-manager-applet 在 panel 上显示网络
  • gvfs 使用回收站
  • thunar-archive-plugin 该插件只是提供一个接口, 真正的解压软件需要另外安装;
  • xarchive
  • thunar-media-tag-plugin
  • light-locker 与 loghtdm 配套的锁屏, 安装后需执行命令 :
    xfconf-query --create -c xfce4-session -p /general/LockCommand -t string -s "light-locker-command --lock"

杂项设置

自启动 Conky 有多个实例

所有应用程序 \(\rightarrow\) 注销 \(\rightarrow\) 取消“保存会话用于将来登录” \(\rightarrow\) 重启

Thunar

隐藏菜单栏

菜单栏被隐藏后可使用快捷键 Ctrl+M 呼出

归档管理器

使用 xarchiverfile-roller 之后, 感觉并不满意. xarchiver 太老旧, file-roller 好像不是用 gtk 写的, 和 gtk 主题不能匹配.
最终选择了 peazip, 但是需要做一些设置 :

# 下载 peazip 的 gtk 版本
paru -S peazip-gtk2-bin

创建文件 /usr/lib/xfce4/thunar-archive-plugin/peazip.tap:

#!/bin/sh
#
# peazip.tap - Wrapper script to create and extract archive files
#                   in Thunar, via the thunar-archive-plugin, using the
#                   peazip.
#
# $Id$
#
# Copyright (c) 2006 Benedikt Meurer <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA.
#

# determine the action and the folder, $@ then contains only the files
action=$1; shift;
folder=$1; shift;

# check the action
case $action in
create)
	exec peazip "-add2archive-add" "$@"
	;;

extract-here)
	exec peazip "-ext2here" "$@"
	;;

extract-to)
	exec peazip "-ext2to" "$@"
	;;

*)
	echo "Unsupported action '$action'" >&2
	exit 1
esac

刷新数据库 :

sudo update-desktop-database /usr/share/applications

然后就可以在 thunar 中使用 peazip 作为归档管理器了

AUR Packages

记录一下正在使用的 AUR 中的包

LAPTOP

  • bcwc-pcie-git (摄像头)
  • google-chrome
  • jdk11
  • jdk8
  • peazip-gtk2-bin
  • ttf-symbola
  • ttf-wps-fonts
  • wemeet-bin
  • wps-office-cn
  • wps-office-mui-zh-cn
  • yesplaymusic

PC

  • google-chrome
  • jdk11
  • jdk8
  • peazip-gtk2-bin
  • ttf-symbola
  • ttf-wps-fonts
  • wemeet-bin
  • wps-office-cn
  • wps-office-mui-zh-cn
  • yesplaymusic

2022-06-05 20:01 : 已经用 KDE 辽


2022-07-03 : 又换回 XFCE 辽


主题设置

MacOS 的样式确实好看, 尝试将 xfce 伪装成 xfce 的样子

标签:xfce4,窗口,--,配置,peazip,theme,设置,XFCE
From: https://www.cnblogs.com/Corona09/p/17038883.html

相关文章

  • SpringBoot笔记--自动配置(高级内容)(上集)
    原理分析自动配置Condition--增加的条件判断功能来一个案例说明:具体实现:没有要求的话,就是这样的:Config.javaUser.javaSpringLearnApplication.java结果:加上......
  • Win10基础 AIDA64 查看电脑的配置报告
          OS:Windows10Version22H2      blog:师万物 typesetting:Markdown AIDA64查看电脑的配置报告喜欢研究电脑硬件的同学,可以使用相关......
  • VS2013+Qt5.9.0配置过程
    https://www.likecs.com/show-204435170.html#sc=4494 VS2013+Qt5.9.0配置过程准备工作下载VS2013与Qt5.9.0,下载vsaddin插件配置步骤要想在VS中使用Qt做界......
  • nginx + keepalived 高可用配置
    ip 192.168.153.14主 192.168.153.15备 1、安装nginxyum-yinstallgccpcre-develzlib-developensslopenssl-devel#安装nginxwgethttps://n......
  • linux基础:1、linux简介、虚拟化软件的安装与配置、Xshell的安装与配置
    Linux目录Linux一、linux简介二、linux发展史三、虚拟化技术1、简介2、虚拟化软件下载3、重要名词解释4、远程链接工具一、linux简介常见岗位1、自动化运维2、容器......
  • ABB 800XA学习笔记3:基本配置
    下面的内容我在新浪博客也发表过,地址是ABB80XA学习笔记03:基本配置_来自金沙江的小鱼_新浪博客(sina.com.cn)在这里记录一遍,以免丢失。这边笔记生成的时候,我刚刚开始学习......
  • 学习笔记——Mybatis核心配置文件概述及根标签
    2023-01-09一、Mybatis核心配置文件概述及根标签1、核心配置文件的概述(即“mybatis-config.xml”)MyBatis的配置文件包含了会深深影响MyBatis行为的设置和属性信息。2、......
  • NGINX基本编译安装和配置绑定域名或者默认路径页面
    tar-xvfnginx-1.21.4.tar.gzlscdnginx-1.21.4lsyum-yinstallpcrepcre-develyum-yinstallopenssl-devel#也可以去掉-add-module的东西./configure--user=nginx-......
  • PGSQL主从配置教程
    主从服务器IP:192.168.11.131postgreSQLmaster192.168.11.132postgreSQLslave服务器系统版本:CENTOS7.4PG版本:默认9.21、安装软件、配置环境变量主从服务器:#yuminst......
  • win10配置搭建ftp
    控制面板->程序>启用或关闭Windows功能>勾选FTP服务器和IIS管理控制台   2.以管理员身份启用cmd>netuser创建一个新用户    3.搜索启用IIS  ......