last commit before distro switch
This commit is contained in:
27
desktop.org
27
desktop.org
@@ -10,6 +10,9 @@ I prefer to use programs that I can extend the functionality of via configuratio
|
||||
# Background
|
||||
exec_always --no-startup-id feh --bg-scale ~/dotfiles/guix/home/files/wallpapers/fog-wallpaper.jpg
|
||||
|
||||
# Redshift
|
||||
exec_always --no-startup-id redshift
|
||||
|
||||
# Picom
|
||||
exec_always --no-startup-id picom &
|
||||
|
||||
@@ -844,13 +847,6 @@ alias pull="guix pull"
|
||||
alias upgrade="guix package -u"
|
||||
alias hreconfig="guix home reconfigure ~/dotfiles/guix/home/guix-home.scm"
|
||||
|
||||
# ~ Search history with up and down arrows ~ #
|
||||
# Up Arrow
|
||||
bind '"\e[A": history-search-backward'
|
||||
# Down Arrow
|
||||
bind '"\e[B": history-search-forward'
|
||||
|
||||
|
||||
# ~ Commands ~ #
|
||||
alias ip="ip -c"
|
||||
alias rm="rm -i"
|
||||
@@ -876,6 +872,9 @@ mk () { mkdir -p -- "$1" && cd -P -- "$1" }
|
||||
#+end_src
|
||||
** zprofile
|
||||
#+begin_src shell :tangle ~/dotfiles/guix/home/files/zsh/zprofile :mkdirp yes
|
||||
HOME_ENVIRONMENT=$HOME/.guix-home
|
||||
. $HOME_ENVIRONMENT/setup-environment
|
||||
$HOME_ENVIRONMENT/on-first-login
|
||||
# Each new shell auto-imports all environment variables.
|
||||
# Hence exporting needs to be done only once.
|
||||
# Also, all non-login shells are descendants of a login shell.
|
||||
@@ -987,6 +986,20 @@ frame_color = "#bf616a"
|
||||
timeout = 0
|
||||
#+end_src
|
||||
|
||||
* Redshift
|
||||
#+begin_src shell :tangle ~/dotfiles/guix/home/files/redshift/redshift.conf :mkdirp yes
|
||||
[redshift]
|
||||
temp-day=5700
|
||||
temp-night=3400
|
||||
fade=1
|
||||
location-provider=manual
|
||||
adjustment-method=randr
|
||||
|
||||
[manual]
|
||||
lat=47.6
|
||||
lon=-122.3
|
||||
#+end_src
|
||||
|
||||
* XDG User Directories
|
||||
#+begin_src shell :tangle ~/dotfiles/guix/home/files/user-dirs.dirs :mkdirp yes
|
||||
# This file is written by xdg-user-dirs-update
|
||||
|
||||
Reference in New Issue
Block a user