From 5fc8b61d1d538f6396092692e968cfac1c2e4503 Mon Sep 17 00:00:00 2001 From: tavo Date: Thu, 16 Oct 2025 16:34:41 -0600 Subject: [PATCH] emacs --- i3/config | 5 +++++ scripts/em | 3 +++ 2 files changed, 8 insertions(+) create mode 100755 scripts/em diff --git a/i3/config b/i3/config index 82140aa..51b9f0e 100644 --- a/i3/config +++ b/i3/config @@ -85,6 +85,11 @@ bindsym $mod+Shift+b bar mode toggle bindsym $mod+n split horizontal; layout tabbed bindsym $mod+s sticky toggle +bindsym $mod+Ctrl+l resize shrink width 5 px or 5 ppt +bindsym $mod+Ctrl+k resize grow height 5 px or 5 ppt +bindsym $mod+Ctrl+j resize shrink height 5 px or 5 ppt +bindsym $mod+Ctrl+h resize grow width 5 px or 5 ppt + smart_gaps on hide_edge_borders smart client.focused $col_sb $col_sb $col_sf $col_nb $col_sb diff --git a/scripts/em b/scripts/em new file mode 100755 index 0000000..f344f96 --- /dev/null +++ b/scripts/em @@ -0,0 +1,3 @@ +#!/bin/sh + +emacsclient -c -a '' $@