This commit is contained in:
joachimschmidt557 2021-01-09 13:56:03 +01:00
parent cfbb67552e
commit 38b8702667
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 6 additions and 3 deletions

View file

@ -45,7 +45,7 @@ bindsym $mod+Shift+q kill
# There also is the (new) i3-dmenu-desktop which only displays applications # 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.
bindsym Mod1+space exec --no-startup-id i3-dmenu-desktop # bindsym Mod1+space exec --no-startup-id i3-dmenu-desktop
# change focus # change focus
bindsym $mod+h focus left 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 # Bluetooth menu shortcut
# bindsym ctrl+$mod+b exec blue # bindsym ctrl+$mod+b exec blue
# Emacs
bindsym ctrl+$mod+Return exec fish -c emacs
# Hide edge borders on fullscreen windows # Hide edge borders on fullscreen windows
hide_edge_borders smart 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 # bindsym XF86AudioMute exec st -e pamix
# Screenshot # Screenshot
bindsym $mod+z exec --no-startup-id scrot --select bindsym $mod+y exec maim -s | xclip -selection clipboard -t image/png
# Keyboard layout # Keyboard layout
# exec --no-startup-id setxkbmap -layout de # exec --no-startup-id setxkbmap -layout de

View file

@ -56,7 +56,7 @@ git https://github.com/wren-lang/wren wren
git https://github.com/golang/go go git https://github.com/golang/go go
# Utilities - git repositories # 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/hexyl hexyl
# git https://github.com/sharkdp/hyperfine hyperfine # git https://github.com/sharkdp/hyperfine hyperfine
# git https://github.com/sharkdp/diskus diskus # git https://github.com/sharkdp/diskus diskus