i3wm

1.音量调节(alsa-utils)

alsamixer: alsamixer is a graphical mixer program for the Advanced Linux Sound Architecture (ALSA) that is used to configure sound settings and adjust the volume.

WIKI: https://en.wikipedia.org/wiki/Alsamixer

在终端输入alsamixer,出现可视化音量调节界面,使用上下键调节。

 

2.亮度调节(xfce4-power-manager)

xfce4-power-manager:Xfce4 Power Manager manages the power sources of the computer and connected devices (wireless mice, keyboards, media players etc.). It also allows users to control the display backlight brightness and set power-saving modes for displays and monitors.

使用默认快捷键 Fn+亮度调节键调节亮度。(可能需要手动启动xfce4-power-manager)

 

3.默认快捷键

$mod + D                启动 dmenu

$mod + Shift + Q     杀死当前窗口的进程
$mod + Shift + E     退出 i3

$mod + Shift + C     当场重新加载 i3config, 无需重启

$mod + s      堆叠式布局

$mod + w     标签式布局

 $mod + e    默认布局

$mod + J     焦点往左窗口移(默认)
$mod + K    焦点往下窗口移(默认)
$mod + L    焦点往上窗口移(默认)
$mod + ;     焦点往右窗口移(默认)

$mod + h     焦点往左窗口移(自定义)
$mod + j    焦点往下窗口移(自定义)
$mod + k    焦点往上窗口移(自定义)
$mod + l     焦点往右窗口移(自定义)

 

$mod + Shift + J     窗口左移(默认)
$mod + Shift + K     窗口下移(默认)
$mod + Shift + L     窗口上移(默认)
$mod + Shift + :     窗口右移(默认)

$mod + Shift + h     窗口左移(自定义)
$mod + Shift + j     窗口下移(自定义)
$mod + Shift + k     窗口上移(自定义)
$mod + Shift + l    窗口右移(自定义)

 

4.文件管理工具(thunar)

thunar: Thunar is a file manager for Linux and other Unix-like systems, written using the GTK+ 2 toolkit, and shipped with Xfce version 4.4 RC1 and later. 

 

5.终端(xfce4-terminal)

xfce4-terminal:Terminal is a terminal emulator built for the Xfce desktop environment using GTK+. It is provided as part of the Xfce project, but it can be used in other X Window System environments as well. It supports tabs, customizable keyboard shortcuts (key bindings), customizable colors, window sizes, and a drop-down mode similar to Guake.

 

6.SEHLL(zsh)

>   install zsh

>   git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

>   cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

>   chsh -s /bin/zsh

 

重启生效

 

7. xaotulock(固定时间后没有操作电脑用来定锁屏,或者执行脚本)

  centos7没有找到该软件包,需要自己编译,源码下载地址http://www.ibiblio.org/pub/Linux/X11/screensavers/xautolock-2.2.tgz,压缩包里有安装提示。

 

posted @ 2017-07-15 20:14  Hello_2018  阅读(1178)  评论(0编辑  收藏  举报