diff options
Diffstat (limited to 'i3-config')
-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" |