Skip to content

Commit

Permalink
Update autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
sentinm committed Mar 27, 2022
1 parent c3dfd7f commit c5452d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/autostart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

# this is just an example!
# add your autostart stuffs here
Expand All @@ -9,5 +9,5 @@ xrdb merge ~/.config/chadwm/.Xresources &
feh --bg-fill ~/Pictures/pink_cat.png &

# run bar script and dwm ( do not remove this )
~/.config/chadwm/scripts/bar &
~/.config/chadwm/scripts/./bar.sh &
dwm

0 comments on commit c5452d6

Please sign in to comment.