From 9030f07e2bb58d2bd6e9c54bf29ed2e2aa023329 Mon Sep 17 00:00:00 2001 From: self Date: Tue, 1 Feb 2022 21:26:58 +0000 Subject: Updated xinitrc --- .xinitrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.xinitrc') 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() { -- cgit v1.2.1