diff options
author | Alan Pearce | 2018-02-12 14:12:59 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-12 14:12:59 +0100 |
commit | 6853e6098c858939515d429cfbdd026f5e22c50e (patch) | |
tree | e037e40de07d7f9af34b84b732c1c511ab11c6ff /xprofile/.xprofile | |
parent | 493e4adfad76edd402c86f0c241b275d3fcc7e47 (diff) | |
download | dotfiles-6853e6098c858939515d429cfbdd026f5e22c50e.tar.lz dotfiles-6853e6098c858939515d429cfbdd026f5e22c50e.tar.zst dotfiles-6853e6098c858939515d429cfbdd026f5e22c50e.zip |
Move more startup applications to nixos configuration
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile index caa4a30..e63b62b 100755 --- a/xprofile/.xprofile +++ b/xprofile/.xprofile @@ -1,11 +1,4 @@ #!/bin/sh -# Needed for pass/rofi-pass autotype -setxkbmap us -variant colemak xmodmap .xmodmaprc -nm-applet & -if command -v autorandr -then - autorandr --change --force -fi xrdb -I$HOME/.xresources .xresources/main |