NixOS standardization

This commit is contained in:
agryphus 2023-10-13 03:44:45 -04:00
parent c66efc268c
commit f174299ffd
9 changed files with 16 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
layout=`autorandr | rofi -dmenu -i -p "Select layout" | awk '{print $1}'`
autorandr $layout
feh --bg-scale --no-fehbg "$HOME/.config/wallpaper"