Coder Social home page Coder Social logo

cliconf's Introduction

checking env

export env CLIENV current dir

font

install nerd-fonts
install font-manager font-manager 把展示错误的图标放置在font-manager中,禁用错误的地址

install

./install.sh

dmenu

  • prev: mod1(alt) + h
  • next: mod1(alt) + l
  • prev page: mod1(alt) + k
  • next page: mod1(alt) + j

st

st-copyout and st-urlhandler depend xclip
cat c.md | xclip -selection clipboard
cat c.md | xclip -sel clip alias

  • prev line: alt + k
  • next line: alt + j
  • prev page: alt + ctrl + k
  • next page: alt + ctrl + j

拷贝

  • alt+y 拷贝链接

  • alt+c 拷贝输出内容

    // 缩放字体大小 { TERMMOD, XK_K, zoom, {.f = +1} }, { TERMMOD, XK_J, zoom, {.f = -1} }, { TERMMOD, XK_U, zoom, {.f = +2} }, { TERMMOD, XK_D, zoom, {.f = -2} },

lazygit

  • scroll up : shfit+k
  • scroll down: shfit+j

启动

./dwm/startup.sh

外接显示器

xrandr --auto --output eDP-1 --mode 2560x1440

xrandr --auto --output eDP-1 --pos 0x0 --mode 1920x1080 --output HDMI-1 --same-as eDP-1

xrandr --auto --output eDP-1 --pos 0x0 --mode 1920x1080 --output HDMI-3 --same-as eDP-1

app

  • wemeet 腾讯会议
// 多用户
vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="text" // 更改
sudo update-grub
$ systemctl set-default multi-user.target 

// 如果想改回启动图形界面执行下面
vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" // 更改
sudo update-grub
$ systemctl set-default graphical.target

goldendict

  • ctrl+q

proxy (proxychains4)

linux file manage window

打开复制的目录 ctrl+v

cliconf's People

Contributors

zdzdesigner avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.