diff options
author | self <self@sateoki.xyz> | 2022-02-01 21:26:58 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-01 21:26:58 +0000 |
commit | 9030f07e2bb58d2bd6e9c54bf29ed2e2aa023329 (patch) | |
tree | 0e80e70360d02cc801791e7f72c79c4c8a55f549 /.xinitrc | |
parent | fb55258766dbd8c39c21830a11637ed3b57eb87b (diff) |
Updated xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,11 +2,11 @@ # General Configurations setxkbmap gb # Set keyboard to gb layout -export SHELL=/bin/zsh # Set shell to zsh -wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work. +# export SHELL=/bin/zsh # Set shell to zsh +# wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work. # Daemons etc. -mpd +# mpd # Programs for creating desktop # picom & # Compositor @@ -16,16 +16,16 @@ mpd session=${1:-dwm} run_dwm() { - /usr/bin/prime-offload # For optimus-manager, nvidia + # /usr/bin/prime-offload # For optimus-manager, nvidia # Run all applications that go hand in hand w/ dwm - dwmblocks & + # dwmblocks & # Start-up apps for dwm st & librewolf & keepassxc & # discord & - firefox & + # firefox & while true do @@ -33,7 +33,7 @@ run_dwm() { done - sudo /usr/bin/prime-switch + # sudo /usr/bin/prime-switch } run_kde() { |