diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-30 13:24:11 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-30 13:24:11 -0500 |
commit | 4bd766205a5f4ebbe57739c8625a4f5fc13e40f2 (patch) | |
tree | 4dbfebf3e27b3b4d7f272e8e66e82a4f2d7155d7 | |
parent | b083362e4c7c7ae84b74ff49433267eaa13395e5 (diff) | |
download | i3-config-4bd766205a5f4ebbe57739c8625a4f5fc13e40f2.tar.lz i3-config-4bd766205a5f4ebbe57739c8625a4f5fc13e40f2.tar.xz i3-config-4bd766205a5f4ebbe57739c8625a4f5fc13e40f2.zip |
multiples fix
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -137,7 +137,7 @@ assign [class=Abrowser|Iceweasel|Gajim|qTox|Transmission-gtk] $workspace2 assign [class=File-roller|Thunar] $workspace3 assign [class=Emacs|Epdfview|Geany|Gucharmap|libreoffice*|Soffice] $workspace4 assign [class=Icedove] $workspace5 -assign [class=Ardour|Audacious|Audacity|Ghb|Gimp*|Inkscape|mpv|Mumble|Simplescreenrecorder|Vlc|Xfburn] $workspace6 +assign [class=Ardour|Audacious|Audacity|Cheese|Ghb|Gimp*|Inkscape|mpv|Mumble|Simplescreenrecorder|Vlc|Xfburn] $workspace6 assign [instance=irc] $workspace7 assign [class=Arandr|Gparted|Lxappearance|Lxrandr|Lxtask|Pavucontrol] $workspace8 @@ -236,7 +236,7 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightne exec --no-startup-id nm-applet # Captura de pantalla: pacman -S scrot -bindsym Print exec scrot -e 'mv $f /home/$USER/Descargas/' +bindsym Print exec scrot -e 'mv $f ~/Descargas/' # Fondo de pantalla exec_always --no-startup-id "feh --bg-scale /home/$USER/.config/i3/images/background.png" |