diff --git a/i3/config b/i3/config index 26797fc..761baf4 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/srcfiles/src b/srcfiles/src index b359b3f..d096d75 100644 --- a/srcfiles/src +++ b/srcfiles/src @@ -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