update
This commit is contained in:
parent
cfbb67552e
commit
38b8702667
2 changed files with 6 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ bindsym $mod+Shift+q kill
|
|||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
bindsym Mod1+space exec --no-startup-id i3-dmenu-desktop
|
||||
# bindsym Mod1+space exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
|
|
@ -199,6 +199,9 @@ bindsym ctrl+$mod+l exec i3lock -i $HOME/art/lockscreen.svg.png -t -e -f
|
|||
# Bluetooth menu shortcut
|
||||
# bindsym ctrl+$mod+b exec blue
|
||||
|
||||
# Emacs
|
||||
bindsym ctrl+$mod+Return exec fish -c emacs
|
||||
|
||||
# Hide edge borders on fullscreen windows
|
||||
hide_edge_borders smart
|
||||
|
||||
|
|
@ -213,7 +216,7 @@ exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027
|
|||
# bindsym XF86AudioMute exec st -e pamix
|
||||
|
||||
# Screenshot
|
||||
bindsym $mod+z exec --no-startup-id scrot --select
|
||||
bindsym $mod+y exec maim -s | xclip -selection clipboard -t image/png
|
||||
|
||||
# Keyboard layout
|
||||
# exec --no-startup-id setxkbmap -layout de
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ git https://github.com/wren-lang/wren wren
|
|||
git https://github.com/golang/go go
|
||||
|
||||
# Utilities - git repositories
|
||||
# git https://github.com/sharkdp/fd fd
|
||||
git https://github.com/sharkdp/fd fd
|
||||
# git https://github.com/sharkdp/hexyl hexyl
|
||||
# git https://github.com/sharkdp/hyperfine hyperfine
|
||||
# git https://github.com/sharkdp/diskus diskus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue