diff options
| author | Blista Kanjo | 2022-11-24 04:19:33 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-24 04:19:33 -0500 |
| commit | c05a83d00acd0c64f1d2fcf02e15f2790b6f4139 (patch) | |
| tree | b7500ebb3d2931e821201857c2f0e816b6263799 | |
| parent | 8202da70198c7d0435efa7069117806cbd9b9a63 (diff) | |
refactor: no longer using a display-manager, made changes for efficient tty login instead
| -rw-r--r-- | .config/fish/config.fish | 1 | ||||
| -rwxr-xr-x | .xinitrc | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index bfc8d04..97ca8e9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -7,6 +7,7 @@ if status is-interactive alias d="disown" alias c="cal" alias w="curl wttr.in" + alias x="startx" # Pomodoro Timer Aliases | Thanks to @bashbunni and @caarlos0 alias work="timer 30m && notify-send \ @@ -48,9 +48,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -twm & -xclock -geometry 50x50-1+1 & -xterm -geometry 80x50+494+51 & -xterm -geometry 80x20+494-0 & -exec xterm -geometry 80x66+0+0 -name login +# twm & +# xclock -geometry 50x50-1+1 & +# xterm -geometry 80x50+494+51 & +# xterm -geometry 80x20+494-0 & +# exec xterm -geometry 80x66+0+0 -name login +awesome |
