diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-18 19:07:51 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-18 19:07:51 +0100 |
commit | 726dde6a048a477725e877d65abae91161397fad (patch) | |
tree | 1f6e8d2c79545a708a6b91f05ad2750a4be5eefe /i3-config | |
parent | 755669574124db68660ca70363a8585f4fbba8a3 (diff) |
Adds binding for fzf-nova
Diffstat (limited to '')
-rw-r--r-- | i3-config | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -53,7 +53,8 @@ new_window none # is used in the bar {} block below. #font pango:monospace 8 #font pango:mono 10 -font pang:Iosevka Regular 8 +#font pang:Iosevka Regular 8 +font pang:Ubuntu Mono 8 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -88,6 +89,11 @@ exec --no-startup-id /usr/bin/redshift exec --no-startup-id /usr/bin/copyq #exec --no-startup-id /usr/bin/xfce4-mixer #exec --no-startup-id /usr/bin/xfce4-power-manager-settings # setting this + +exec --no-startup-id /usr/bin/clipmenud +exec --no-startup-id xset r rate 300 30 +exec --no-startup-id setxkbmap -option ctrl:nocaps +exec --no-startup-id setxkbmap -layout gb #means laptop lid closure will kill suspend the laptop so switched off for now # scratchpad @@ -102,7 +108,7 @@ bindsym $mod+minus exec mdlinkopen #bindsym mod4+z [title="^Sup ::"] scratchpad show # start a terminal -bindsym $mod+Return exec alacritty +bindsym $mod+Return exec ~/.local/bin/alacritty #bindsym $mod+Return exec xterm -itc -en en_GB.UTF-8 #bindsym $mod+Return exec xfce4-terminal #bindsym $mod+Return exec xterm @@ -303,6 +309,7 @@ mode "resize" { bindsym Escape mode "default" } +exec pipewire & bindsym $mod+r mode "resize" |