diff options
author | otg <otg@sateoki.xyz> | 2022-03-01 08:41:00 +0000 |
---|---|---|
committer | otg <otg@sateoki.xyz> | 2022-03-01 08:41:00 +0000 |
commit | a3a33603693755c7a86b5b7258371b9a3bcc2cbd (patch) | |
tree | e377eb9c8b0ea403040ab1d09f9a581434d87dbb /.xinitrc | |
parent | e2a52c9a31c54bef7f119cccdc804d94c1e203b2 (diff) |
Removed some parts which are now unnecessary
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -5,18 +5,10 @@ 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. -# Daemons etc. -mpd - -# Programs for creating desktop -picom & # Compositor - - # Launch the Window Manager with a Parameter session=${1:-dwm} run_dwm() { - # /usr/bin/prime-offload # For optimus-manager, nvidia # Run all applications that go hand in hand w/ dwm # dwmblocks & @@ -31,18 +23,10 @@ run_dwm() { dwm # Begin dwm wrapper done - - # sudo /usr/bin/prime-switch -} - -run_kde() { - export DESKTOP_SESSION=plasma - startplasma-x11 } case $session in i3|i3wm ) exec i3;; - kde ) export DESKTOP_SESSION=plasma ; exec startplasma-x11;; dwm ) run_dwm ;; # No known session, try to run it as command esac |