home/natto: emacs: use firacode and misc changes
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
0
home/natto/config/bspwm/bspwmrc
Executable file → Normal file
0
home/natto/config/bspwm/bspwmrc
Executable file → Normal file
0
home/natto/config/dwm/autostart.sh
Executable file → Normal file
0
home/natto/config/dwm/autostart.sh
Executable file → Normal file
0
home/natto/config/dwm/bruhstatus.sh
Executable file → Normal file
0
home/natto/config/dwm/bruhstatus.sh
Executable file → Normal file
@@ -29,8 +29,8 @@ idk random variables to match my color theme
|
|||||||
* Settings
|
* Settings
|
||||||
** Setting the default face
|
** Setting the default face
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(set-frame-font "Monoid 12" nil t)
|
(set-frame-font "Fira Code 12" nil t)
|
||||||
(add-to-list 'default-frame-alist '(font . "Monoid-12"))
|
(add-to-list 'default-frame-alist '(font . "Fira Code-12"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Some mode settings based on personal preferences
|
** Some mode settings based on personal preferences
|
||||||
@@ -394,10 +394,22 @@ For autocomplete
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Random eye candy stuff
|
* Random eye candy stuff
|
||||||
|
** Ligature
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package pretty-mode
|
(use-package ligature
|
||||||
:config
|
:config
|
||||||
(global-pretty-mode t))
|
(ligature-set-ligatures 't '("www"))
|
||||||
|
(ligature-set-ligatures 'prog-mode '("www" "**" "***" "**/" "*>" "*/" "\\\\" "\\\\\\" "{-" "::"
|
||||||
|
":::" ":=" "!!" "!=" "!==" "-}" "----" "-->" "->" "->>"
|
||||||
|
"-<" "-<<" "-~" "#{" "#[" "##" "###" "####" "#(" "#?" "#_"
|
||||||
|
"#_(" ".-" ".=" ".." "..<" "..." "?=" "??" ";;" "/*" "/**"
|
||||||
|
"/=" "/==" "/>" "//" "///" "&&" "||" "||=" "|=" "|>" "^=" "$>"
|
||||||
|
"++" "+++" "+>" "=:=" "==" "===" "==>" "=>" "=>>" "<="
|
||||||
|
"=<<" "=/=" ">-" ">=" ">=>" ">>" ">>-" ">>=" ">>>" "<*"
|
||||||
|
"<*>" "<|" "<|>" "<$" "<$>" "<!--" "<-" "<--" "<->" "<+"
|
||||||
|
"<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-" "<<=" "<<<"
|
||||||
|
"<~" "<~~" "</" "</>" "~@" "~-" "~>" "~~" "~~>" "%%"))
|
||||||
|
(global-ligature-mode t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Custom mode line
|
* Custom mode line
|
||||||
|
0
home/natto/config/xmonad/padding-icon.sh
Executable file → Normal file
0
home/natto/config/xmonad/padding-icon.sh
Executable file → Normal file
0
home/natto/patches/dmenu.patch
Executable file → Normal file
0
home/natto/patches/dmenu.patch
Executable file → Normal file
0
home/natto/patches/dwm.patch
Executable file → Normal file
0
home/natto/patches/dwm.patch
Executable file → Normal file
@@ -5,7 +5,8 @@
|
|||||||
# A/V, codec and media stuff
|
# A/V, codec and media stuff
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
sox
|
sox
|
||||||
pamixer mpdas
|
pamixer
|
||||||
|
mpdas
|
||||||
mpv
|
mpv
|
||||||
mpc_cli
|
mpc_cli
|
||||||
pulseaudio
|
pulseaudio
|
||||||
@@ -19,8 +20,8 @@
|
|||||||
rage
|
rage
|
||||||
curl
|
curl
|
||||||
(dmenu.override { patches = [ ./patches/dmenu.patch ]; })
|
(dmenu.override { patches = [ ./patches/dmenu.patch ]; })
|
||||||
(st.override {
|
(st.override {
|
||||||
patches = [ ./patches/st.patch ];
|
patches = [ ./patches/st.patch ];
|
||||||
extraLibs = [ harfbuzz ];
|
extraLibs = [ harfbuzz ];
|
||||||
})
|
})
|
||||||
yt-dlp
|
yt-dlp
|
||||||
@@ -73,6 +74,7 @@
|
|||||||
citra
|
citra
|
||||||
yuzu
|
yuzu
|
||||||
ryujinx
|
ryujinx
|
||||||
|
gaming.osu-stable
|
||||||
|
|
||||||
# Dev shit
|
# Dev shit
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
@@ -98,7 +100,6 @@
|
|||||||
inform7
|
inform7
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
teams
|
|
||||||
anki-bin
|
anki-bin
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
mailcap
|
mailcap
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
programs = {
|
programs = {
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.master.firefox;
|
|
||||||
profiles.natto = {
|
profiles.natto = {
|
||||||
name = "natto";
|
name = "natto";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user