mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Changed all /home/dt for ~/ because is more generic and easy to deploy
This commit is contained in:
@@ -139,7 +139,7 @@ myStartupHook = do
|
||||
spawnOnce "nitrogen --restore &"
|
||||
spawnOnce "picom &"
|
||||
spawnOnce "/usr/bin/emacs --daemon &"
|
||||
spawnOnce "/home/dt/.config/polybar/launch-xmonad.sh &"
|
||||
spawnOnce "~/.config/polybar/launch-xmonad.sh &"
|
||||
setWMName "LG3D"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
@@ -220,13 +220,13 @@ myBookmarks = [ ("Site Name", myBrowser ++ "https://www.distrotube.com", "Offici
|
||||
]
|
||||
|
||||
myConfigs :: [(String, String, String)]
|
||||
myConfigs = [ ("bashrc", myEditor ++ "/home/dt/.bashrc", "the bourne again shell")
|
||||
, ("doom emacs config.el", myEditor ++ "/home/dt/.doom.d/config.el", "doom emacs config")
|
||||
, ("doom emacs init.el", myEditor ++ "/home/dt/.doom.d/init.el", "doom emacs init")
|
||||
, ("dwm", myEditor ++ "/home/dt/dwm-distrotube/config.h", "dwm config file")
|
||||
, ("qtile", myEditor ++ "/home/dt/.config/qtile/config.py", "qtile config")
|
||||
, ("xmonad.hs", myEditor ++ "/home/dt/.xmonad/xmonad.hs", "xmonad config")
|
||||
, ("zshrc", myEditor ++ "/home/dt/.zshrc", "config for the z shell")
|
||||
myConfigs = [ ("bashrc", myEditor ++ "~/.bashrc", "the bourne again shell")
|
||||
, ("doom emacs config.el", myEditor ++ "~/.doom.d/config.el", "doom emacs config")
|
||||
, ("doom emacs init.el", myEditor ++ "~/.doom.d/init.el", "doom emacs init")
|
||||
, ("dwm", myEditor ++ "~/dwm-distrotube/config.h", "dwm config file")
|
||||
, ("qtile", myEditor ++ "~/.config/qtile/config.py", "qtile config")
|
||||
, ("xmonad.hs", myEditor ++ "~/.xmonad/xmonad.hs", "xmonad config")
|
||||
, ("zshrc", myEditor ++ "~/.zshrc", "config for the z shell")
|
||||
]
|
||||
|
||||
-- Let's take myApplications, myBookmarks and myConfigs and take only
|
||||
|
||||
Reference in New Issue
Block a user