首页 > 其他分享 >dwm环境

dwm环境

时间:2023-04-07 10:24:33浏览次数:52  
标签:daemon pacman sudo 环境 Notifications zathura dwm

Suckless dwm

Patches

  • alwayscenter
  • attachbottom
  • autostart(.local/share/dwm/autostart.sh)
  • bottomstack
  • centeredmaster
  • cursorwarp
  • cyclelayouts
  • fibonacci
  • gaplessgrid
  • movestack
  • pertag
  • rainbowtags
  • status2d
  • Systray
  • statuspadding
  • swallow
  • titlecolor
  • underlinetags
  • uselessgap
  • windowmap

File Manager:

  • ranger
sudo pacman -S ranger

Screen and Audio:

  • brightnessctl
  • pamixer
sudo pacman -S brightnessctl pamixer

Screenshots:

  • scrot
sudo pacman -S scrot

Healthy Eyes

sudo pacman -S redshift 

Font:

  • Ubuntu Mono Nerd Font
sudo pacman -S ttf-ubuntu-mono-nerd 
  • Emoji font
sudo pacman -S noto-fonts-emoji

Status bar:

Notifications

  • If you want notifications, you will need:
sudo pacman -S libnotify notification-daemon
  • In the case of Tiling Window Managers, create this file:
sudo touch /usr/share/dbus-1/services/org.freedesktop.Notifications.service

And paste these:

[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/notification-daemon-1.0/notification-daemon

Check the Arch wiki for details

 

Additional software

Software that I use alongside the WM:

Compositor:

  • picom
sudo pacman -S picom

Media:

  • feh
sudo pacman -S feh
  • ffmpeg
sudo pacman -S ffmpeg
  • sxiv
sudo pacman -S sxiv
  • mpv
sudo pacman -S mpv

PDF Reader:

  • zathura
sudo pacman -S zathura zathura-ps zathura-pdf-poppler 

Clipboard:

sudo pacman -S xclip 

Other:

sudo pacman -S wmname pacman-contrib

Optional:

  • Better formatting output:
sudo pacman -S jq tidy
  • CLI picker and image processing
sudo pacman -S gpick imagemagick

标签:daemon,pacman,sudo,环境,Notifications,zathura,dwm
From: https://www.cnblogs.com/shanexie/p/17295131.html

相关文章

  • K8S基础环境部署0
    基础环境部署1)前期准备(所有节点)1、修改主机名和配置hosts先部署1master和2node节点,后面再加一个master节点#在172.17.35.60执行hostnamectlset-hostnamek8s-m60#在172.17.35.62执行hostnamectlset-hostnamek8s-n62#在172.17.35.63执行hostnamectlset-ho......
  • lightdb搭建单服务器高可用环境
    1、安装lightdb单机版,具体步骤可参考http://www.light-pg.com/docs/LightDB_Install_Manual/current/index.html此文示例所安装的单机版部分参数port:60001$LTHOME:/home/lightdb/test/monitored/ha/lightdb-x/13.8-23.1$LTDATA:/home/lightdb/test/monitored/ha/light......
  • vue-生产环境强制开启dev-tool
    由于生产环境中无法启用dev-tool,而一些问题只在生产环境中体现,所以在生产环境中调试vue,我个人认为还是比较有用的,那么怎么在生产环境中启用dev-tools呢,便捷的方法只需要在chrome商店中下载vueforcedev就好啦cheers!!!!......
  • Python 开发环境安装
    大家都已经熟悉的语言,python,我这也开始熟悉下如何使用。当前开发环境安装。打开官网,通过迅雷等下载工具下载相应的python安装包。但由于各种包也有要求系统当前环境,比如新的包,要求必须是win8以上。。当前我系统是win7就无法使用,只能使用一个几年前的版本。官网下载中心,根据操作......
  • 流媒体技术学习笔记之(十二)Linux(Ubuntu)环境运行EasyDarwin
     Debug问题???./easydarwin-c./easydarwin.xml&//这样的话是80端口./easydarwin-c./easydarwin.xml-d//8088端口 以上出现的问题:在调试模式下加载配置文件是可以的,但是在后台模式下配置文件是加载不了的,列如:在配置文件配置后台管理端口为8088,当时在后台模式......
  • 流媒体技术学习笔记之(十一)Windows环境运行EasyDarwin
     流媒体平台框架下载安装Github下载下载地址:https://github.com/EasyDarwin/EasyDarwin/releases解压安装选择Windows安装平台的安装包(下载解压) 把解压生成的文件夹重命名放在本地磁盘,我这里测试放在E盘: 介绍其中的来个批处理文件:start.batWindows调试运......
  • 微信小程序Server端环境配置
    源码地址:https://github.com/Tinywan/PHP_Experience主要内容:1.SSL免费证书申请步骤2.NginxHTTPS配置3.TLS1.2升级过程 微信小程序要求使用 https 发送请求,那么Web服务器就要配置成支持 https,需要先申请SSL证书小程序也要求 TLS(传输层安全协议)的版本至少为 1.2,在配置......
  • Unity开发Hololens2—环境配置
    Unity开发Hololens2—环境配置配置如下:win11专业版Unity2018.4.26f1Hololens2VS2019参考链接:1、(https://blog.csdn.net/qq_38190562/article/details/116028371)2、(https://blog.csdn.net/zhangxiao13627093203/article/details/117038433)3、(https://blog.csd......
  • mysql 主从配置 linux环境
    参考:https://blog.csdn.net/D1179869625/article/details/120773725 [root@localhost~]#vi/etc/my.cnf[mysqld]bind-address=0.0.0.0port=3306user=mysqlbasedir=/usr/local/mysqldatadir=/data/mysqlsocket=/tmp/mysql.socklog-error=/data/mysql/mysql.err......
  • win10+OpenCV4.7.0+cuda环境配置
    需要先安装和下载好以下文件vs2022CMake3.24.2opencv-4.7.0 GitHub-opencv/opencv:OpenSourceComputerVisionLibrary有时github上不去多刷新几次,久等一会儿,因为后续需要手动下载一些cmake不能下载的文件。opencv_contrib-4.7.0 GitHub-opencv/opencv_contrib:Rep......