aboutsummaryrefslogtreecommitdiffstats
path: root/i3-config
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-18 19:07:51 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-18 19:07:51 +0100
commit726dde6a048a477725e877d65abae91161397fad (patch)
tree1f6e8d2c79545a708a6b91f05ad2750a4be5eefe /i3-config
parent755669574124db68660ca70363a8585f4fbba8a3 (diff)
Adds binding for fzf-nova
Diffstat (limited to '')
-rw-r--r--i3-config11
1 files changed, 9 insertions, 2 deletions
diff --git a/i3-config b/i3-config
index 09396fe..424a222 100644
--- a/i3-config
+++ b/i3-config
@@ -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"