Skip to content

Commit

Permalink
switch xsetroot to hsetroot
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasglazer committed May 4, 2023
1 parent ddaf9bc commit 736632c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ fi

# Make correct cursor and make background solid with hex color
xsetroot -cursor_name left_ptr &
xsetroot -solid '#252835' &
hsetroot -solid '#252835' &

# Uncomment to use image instaed of solid hex background color
feh --bg-fill $HOME/Pictures/wallpapers/miozu_keybindings.png &

# Start compositor
DISPLAY=":0" picom -b


# Keyboard layout
setxkbmap -layout "dvorak,us" -option "grp:alt_shift_toggle,caps:escape" &

Expand Down

0 comments on commit 736632c

Please sign in to comment.