arch xfce快捷键

<Alt>F1:xfce4-popup-applicationsmenu 打开右键菜单

<Alt>F2:xfrun4 打开应用程序运行窗口,同<Alt>F3差不多

<Alt>F3:xfce4-appfinder 打开应用程序查找器

<Alt>Print:xfce4-screenshooter -w 窗口截图

<Primary><Alt>Delete:xflock4 锁屏

<Primary><Alt>Escape:xkill

<Primary><Alt>t:exo-open --launch TerminalEmulator 打开模拟终端

<Primary>Escape:xfce4-popup-whiskermenu 打开启动器菜单,类似windows的开始

Print:xfce4-screenshooter -f 屏幕截图

<Super>1:gmusicbrowser 打开音乐播放器

<Super>2:pidgin 打开pidgin即时通讯软件

<Super>4:gnumeric 打开gnumeric,xfce自带的表格软件

<Super>e:mousepad 打开文本编辑器

<Super>f:exo-open --launch FileManager 打开文件管理器

<Super>m:exo-open --launch MailReader 打开邮件客户端

<Super>p:xfce4-display-settings --minimal 打开显示/分辨率设置

<Super>r:xfce4-appfinder 打开应用程序运行弹窗

<Super>t:exo-open --launch TerminalEmulator 打开模拟终端

<Super>w:exo-open --launch WebBrowser 打开默认浏览器

defalut

<Alt>F1:xfce4-popup-applicationsmenu 打开右键菜单

<Alt>F2:xfrun4 打开应用程序运行窗口,同<Alt>F3差不多

<Alt>F3:xfce4-appfinder 打开应用程序查找器

<Alt>Print:xfce4-screenshooter -w 窗口截图

<Primary><Alt>Delete:xflock4 锁屏

<Primary><Alt>Escape:xkill

<Primary><Alt>t:exo-open --launch TerminalEmulator 打开模拟终端

<Primary>Escape:xfce4-popup-whiskermenu 打开启动器菜单,类似windows的开始

Print:xfce4-screenshooter -f 屏幕截图

<Super>1:gmusicbrowser 打开音乐播放器

<Super>2:pidgin 打开pidgin即时通讯软件

<Super>4:gnumeric 打开gnumeric,xfce自带的表格软件

<Super>e:mousepad 打开文本编辑器

<Super>f:exo-open --launch FileManager 打开文件管理器

<Super>m:exo-open --launch MailReader 打开邮件客户端

<Super>p:xfce4-display-settings --minimal 打开显示/分辨率设置

<Super>r:xfce4-appfinder 打开应用程序查找器

<Super>t:exo-open --launch TerminalEmulator 打开模拟终端

<Super>w:exo-open --launch WebBrowser 打开默认浏览器

升高音量:
amixer set Master 5%+
降低音量:
amixer set Master 5%-
静音:
amixer set Master toggle
你如果使用的是标准的XF86Audio 快捷键,在在终端输入以下内容:
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioRaiseVolume -n -t string -s "amixer set Master 5%+"
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioLowerVolume -n -t string -s "amixer set Master 5%-"
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioMute -n -t string -s "amixer set Master toggle"
若 amixer set Master toggle 不工作,尝试使用调节PCM直接调节音量(amixer set PCM toggle)

声音
alsamixer 取消静音,改为0
pacman -S pulseaudio

对于图形化配置/音量控制,请安装pavucontrol或pavucontrol-qt软件包。
对于图形常规守护程序配置,请安装paprefs软件包。
对于控制台(CLI)混音器,请安装ponymix或pamixer软件包。

上一篇:android 仿摩拜单车共享单车进度条实现StepView


下一篇:spring IOC容器实例化Bean的方式与RequestContextListener应用