commit 43107ec3cdd72bd1a02ebd4a37fe84394510e47d
parent a1a936bf2876bd47c66d49a24832d01780745b92
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 7 Apr 2018 19:24:10 +0200
fix mu changes
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Xdefaults b/Xdefaults
@@ -41,7 +41,7 @@ URxvt.keysym.M-y: perl:keyboard-select:activate
#URxvt.keysym.M-v: perl:clipboard:paste
#URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
#URxvt.urlLauncher: w3mn
-URxvt.urlLauncher: iceweasel2
+URxvt.urlLauncher: firefox
URxvt.keysym.M-j: command:\033]720;23\007
URxvt.keysym.M-k: command:\033]721;23\007
URxvt.print-pipe: cat > ~/temp/urxvt.dmp
diff --git a/i3/config b/i3/config
@@ -26,7 +26,7 @@ focus_follows_mouse yes
bindsym $mod+shift+Return exec "~/bin/urxvtcdfont"
bindsym $mod+Return exec "urxvtpwd ~/bin/urxvtcdfont"
-bindsym $mod+b exec "iceweasel2"
+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"