diff options
| -rwxr-xr-x | herbstluftwm/.config/herbstluftwm/autostart | 3 | ||||
| -rw-r--r-- | i3/.config/i3/config | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 0d67429..ecf00b2 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -19,7 +19,8 @@ hc keyunbind --all  #feh --no-fehbg --bg-center ~/Pictures/Death_note_l_1366x768.jpg  #feh --no-fehbg --bg-fill ~/Pictures/Music\ Wallpapers/defeater.jpg  #feh --no-fehbg --bg-fill ~/Pictures/house-m.d.-wallpaper-17.jpg -feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +#feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +~/.fehbg  # keybindings  # if you have a super key you will be much happier with Mod set to Mod4 diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2830c59..8b77278 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -155,7 +155,7 @@ bindsym $mod+r mode "resize"  #        status_command i3status  #} -exec --no-startup-id feh --no-fehbg --bg-fill ~/Pictures/NmigJ3H.jpg +exec --no-startup-id ~/.fehbg  exec --no-startup-id xset -b  exec --no-startup-id setxkbmap -option grp:alt_space_toggle "de(nodeadkeys),ru" | 
