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,压缩包里有安装提示。
i3wm的更多相关文章
- i3wm配置
使用安装需要的软件配置按键壁纸和锁屏随机壁纸电源管理终端托盘图标美化 使用 安装 安装i3wm,一般包名叫做i3,包含i3-wm,i3lock和i3status. 在i3wm-config页面下载本配 ...
- Archlinux下i3wm与urxvt的配置
前段时间学习了GitHub的两位前辈:Airblader和wlh320.他们的相关教程在https://github.com/Airblader/i3和https://github.com/wlh32 ...
- Arch i3wm
pacman -S i3-gaps i3blocks i3status dmenu xprofile设置 nano /home/user/,xprofile export LANG=zh_CN.UTF ...
- i3wm 调节音量
i3wm,设置调节音量的快捷键 configure file: ~/.config/i3/config add # for sound control bindsym XF86AudioRaiseVo ...
- blfs(systemv版本)学习笔记-编译安装i3-wm平铺式窗口管理器
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! i3-wm项目的官网:https://i3wm.org/ 首先需要lfs基础上编译安装完整的xorg服务 我的xorg服务编译安 ...
- i3wm配置记录
因为工作用的笔记本配置比较差,一直用的是xfce4的桌面环境,最近发现其实基本就在浏览器.终端以及编辑器几个界面切换,所以何不直接用平铺窗口管理器,进一步节约资源. 选了一圈,似乎i3wm比较简单,主 ...
- i3wm 配置刷新生效 和 使用mod快捷打开 ranger 小贴士
在某处学习到了如何配置i3wm后,对其极感兴趣. 学习到的经验总结: Linux中的各种命令操作其实都要首先查阅 man command 或者 command -h 或者 command -- ...
- i3wm菜单
抛弃i3-dmenu-desktop吧,投入到 j4-demu-desktop 速度超快
- i3wm 入门
安装 所用Linux版本为kali-rolling,直接安装 apt install i3 设置为xinit的启动对像 修改 ~/.xserverrc #!/bin/sh exec /usr/bin/ ...
- i3wm随笔 1
快捷键 mod+0 退出 mod+v 垂直分割 mod+h 水平风格
随机推荐
- Laravel 里最简单的CURD套路
控制器 namespace App\Http\Controllers; use App\Http\Requests\UserAddressRequest; use App\Models\UserAdd ...
- 关于js查找和筛选和循环的几种方式
find(); find() 方法返回通过测试(函数内判断)的数组的第一个元素的值. find() 方法为数组中的每个元素都调用一次函数执行: 当数组中的元素在测试条件时返回 true 时, find ...
- 小菜鸟之Cisco
Switch>enable// Switch#configure// Switch#show vlan//展示vlan接口 Switch(config)#enable password 1234 ...
- Ubuntu19.04系统SSH连接CentOS7虚拟机
一.为CentOS7配置静态IP 注意查看宿主机(Ubuntu19.04)所在局域网段,当前为172.18.25.108 修改当前系统下virtual box的网络设置 [控制]-->[设置]- ...
- MySQL创表--分页--自关联--
创建表book create table t_book( id int unsigned auto_increment primary key, bookName varchar(255) defau ...
- springboot读取配置不存在报错
@Value("${log.regId}")private String regId = "123123"; String regId = env.getPro ...
- CentOS7 安装ffmpeg
安装EPEL Release,因为安装需要使用其他的repo源,所以需要EPEL支持:yum install -y epel-release#如果出现缺少Code提示,可以: sudo rpm --i ...
- 使用zookeeper报错 stat is not executed because it is not in the whitelist. envi is not executed because it is not in the whitelist.
在使用四字命令或者zk ui界面查看zookeeper集群时,出现如下提示: stat is not executed because it is not in the whitelist. envi ...
- maven的配置以及使用
1.下载并配置 下载之后解压,并配置系统环境变量(网上的方法很多),配置maven的环境变量之前确保java的环境变量已经配置成功. 2.eclipse安装maven插件 eclipse安装maven ...
- MongoDB v4.0 命令
MongoDB v4.0 命令 官方文档 > 点这里 < 操作系统库 #操作管理员库 use admin #鉴权 db.auth("root","admin& ...