summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-02-01 21:26:58 +0000
committerself <self@sateoki.xyz>2022-02-01 21:26:58 +0000
commit9030f07e2bb58d2bd6e9c54bf29ed2e2aa023329 (patch)
tree0e80e70360d02cc801791e7f72c79c4c8a55f549 /.xinitrc
parentfb55258766dbd8c39c21830a11637ed3b57eb87b (diff)
Updated xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index a60ccfa..0d61722 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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() {