diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-28 16:41:46 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-28 16:41:46 +0200 |
commit | 3e8f0c71297ef8a0168ed2df98f373daaac8ed75 (patch) | |
tree | 062fb6a892afc9be874f7dcd167f6062d53a7c6e /.config | |
parent | compat (diff) | |
download | dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.gz dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.bz2 dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.xz dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.tar.zst dotfiles-bsd-3e8f0c71297ef8a0168ed2df98f373daaac8ed75.zip |
CDE
Diffstat (limited to '.config')
-rw-r--r-- | .config/alacritty/alacritty.yml | 16 | ||||
-rw-r--r-- | .config/env | 3 | ||||
-rw-r--r-- | .config/mimeapps.list | 14 | ||||
-rw-r--r-- | .config/x11/xinitrc | 1 |
4 files changed, 25 insertions, 9 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 5e54444..2bc70c5 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -26,20 +26,20 @@ window: # # Specified in number of pixels. # If the position is not set, the window manager will handle the placement. - position: - x: 0 - y: 0 + # position: + # x: 0 + # y: 0 # Window padding (changes require restart) # # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - padding: - x: 0 - y: 0 + # padding: + # x: 0 + # y: 0 # Spread additional padding evenly around the terminal content. - dynamic_padding: false + # dynamic_padding: false # Window decorations # @@ -50,7 +50,7 @@ window: # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons - decorations: none + decorations: full # Startup Mode (changes require restart) # diff --git a/.config/env b/.config/env index 53b6e41..2ad51f7 100644 --- a/.config/env +++ b/.config/env @@ -35,6 +35,7 @@ export FILE='lf' # UTF-8 export CHARSET='UTF-8' export LANG='en_US.UTF-8' +# export LANG='C' export LC_COLLATE='C' export LC_ALL='' @@ -86,4 +87,4 @@ export WWW_HOME="https://start.duckduckgo.com/" YTFZF_HIST='0' # PATH -export PATH="$HOME"/.local/bin:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH":/usr/local/llvm13/bin:/usr/local/llvm12/bin +export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:"$HOME"/bin:"$HOME"/.local/bin:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH":/usr/local/llvm13/bin:/usr/local/llvm12/bin diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 1c10033..6d7d0eb 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -25,6 +25,20 @@ audio/webm=mpv.desktop video/mpeg=mpv.desktop video/ogg=mpv.desktop video/webm=mpv.desktop +inode/directory=pcmanfm.desktop +text/plain=emacs.desktop +application/x-shellscript=emacs.desktop +text/english=emacs.desktop +text/x-c=emacs.desktop +text/x-c++=emacs.desktop +text/x-c++hdr=emacs.desktop +text/x-c++src=emacs.desktop +text/x-chdr=emacs.desktop +text/x-csrc=emacs.desktop +text/x-java=emacs.desktop +text/x-makefile=emacs.desktop +text/x-readme=emacs.desktop +text/x-tcl=emacs.desktop [Added Associations] x-scheme-handler/https=userapp-Firefox-NVLWI0.desktop; diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a17288c..e5e2490 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -13,6 +13,7 @@ startif dunst startif picom startif lowbat startif mpd-notification +startif xscreensaver --no-splash ekb cd "$HOME" xrdb "$HOME"/.config/x11/xresources |