diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-05-21 22:57:31 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-05-21 22:57:31 +0200 |
commit | 66df2b324ab48c4257d5bf32df47c0cc0feec1ff (patch) | |
tree | 5d69526a3c4b590bb69d63b9158cbe28a1f7cea5 /root/.config | |
parent | c: touchpad disable, mod+v paste, iris video card (diff) | |
download | n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.gz n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.bz2 n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.lz n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.xz n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.tar.zst n-66df2b324ab48c4257d5bf32df47c0cc0feec1ff.zip |
Diffstat (limited to '')
-rw-r--r-- | root/.config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/root/.config/i3/config b/root/.config/i3/config index fe2951f..23bdba2 100644 --- a/root/.config/i3/config +++ b/root/.config/i3/config @@ -184,7 +184,7 @@ bindsym $mod+c [title="cargova"] focus bindsym --release $mod+v exec --no-startup-id xdotool key "Shift+Insert" bindsym $mod+b [title="rowser"] focus bindsym $mod+n [title="/projects"] focus -bindsym $mod+m [title="laws"] focus +bindsym $mod+m exec --no-startup-id echo 'k=$(((`xinput list-props 13 | grep Enabled | cut -f3`+1)%2)) && xinput set-prop 13 "Device Enabled" $k && echo $k > /sys/class/leds/input4\:\:capslock/brightness' | sh # barve border background text indicator child_border client.focused #ee3333 #000000 #ffffff #33ee33 #ee3333 @@ -192,3 +192,5 @@ client.focused #ee3333 #000000 #ffffff #33ee33 #ee3333 # marke bindsym $mod+dstroke mark sex bindsym $mod+p [con_mark="sex"] focus + +# bindcode --release 66 exec --no-startup-id "xdotool key Escape" |