myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit a1ca16962eace6ebdbee8e5b4003120ae50b3d61
parent 8af029f923937d7c44e045a8743ccc8de7f9ee48
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 23 Dec 2018 17:01:16 +0100

configure sway to use its scripts

Diffstat:
sway/config | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sway/config b/sway/config @@ -30,7 +30,7 @@ bindsym $mod+Return exec "urxvtpwd ~/bin/urxvtcdfont" bindsym $mod+b exec "firefox" bindsym $mod+o exec "urxvtcdfont -e ~/bin/my-mutt" bindsym $mod+i exec "urxvtcdfont -e ~/bin_private/weechat" -bindsym $mod+Shift+t exec "scrot" +bindsym $mod+Shift+t exec "~/bin/screenshot_sway" bindsym $mod+Shift+s exec ~/bin/xpass bindsym $mod+Shift+y exec ~/bin/my-rofi -show ssh bindsym $mod+Shift+f exec ~/bin/xpapers @@ -132,8 +132,8 @@ bindsym $mod+Shift+R restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+greater exit -bindsym $mod+x exec ~/bin/afk -bindsym $mod+Shift+x exec ~/bin/dodo +bindsym $mod+x exec ~/bin/afk_sway +bindsym $mod+Shift+x exec ~/bin/dodo_sway # resize window (you can also use the mouse for that) mode "resize" { @@ -174,7 +174,7 @@ bar { } input * { - repeat_delay 300 + repeat_delay 250 repeat_rate 50 xkb_layout a3nm }