== ALL FILES == The org TOCs were unused on export, and Spacemacs makes it useless. This commits removes them. The startup header of org files is moved to the header file. == AWESOME == In the Awesome file, this commit removes everything about custom theme creation as this part is not yet used. I also remade and reorganized the windows titlebars. Theme files for Awesome shall be added soon. The wallpaper functions were updated accordingly. In the autostart part, I updated some commands (picom will not launch if another instance is already running, same for the XFCE polkit), and I added PumoPM to the autolaunched software (power management). Due to some issues, I also let Awesome one second before launching `set-screens'. == AWESOME AND CUSTOM SCRIPTS == This commit also removes any usage of pywal. My Awesome configuration and my custom scripts were updated accordingly. == CUSTOM SCRIPTS == In bin.org, the script `pape-restore' has been removed since it can now be replaced with the command `nitrogen --restore'. `pape-update' has also been updated so it doesn’t depend on `pape-restore' and gets a random wallpaper for nitrogen to set without the help of pywal. == XRESOURCES / ST AND PICOM == St’s transparency was tweaked to match my windows’ titlebar transparency. It also got the Nord theme mentionned above. Some custom Picom rule about St’s transparency has been removed. == PICOM == I made it clearer in the index and on Picom’s page Picom is the new Compton. == FIREFOX == A new git submodule (blurredfox-nord) has been added, which adds some transparency to Firefox as well as some Nord colors. == I3 AND POLYBAR == My i3 and Polybar config have been deprecated since I do not use them anymore. == SPACEMACS == Changed shortcuts for config files
		
			
				
	
	
		
			42 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Org Mode
		
	
	
	
	
	
| # -*- mode: org -*-
 | |
| #+AUTHOR: Lucien Cartier-Tilet
 | |
| #+EMAIL: lucien@phundrak.com
 | |
| #+CREATOR: Lucien Cartier-Tilet
 | |
| #+LANGUAGE: en
 | |
| #+startup: content
 | |
| 
 | |
| # ### ORG OPTIONS ##############################################################
 | |
| 
 | |
| #+OPTIONS: H:4 broken_links:mark email:t ^:{}
 | |
| #+KEYWORDS: dotfiles, linux, emacs, configuration, phundrak, drakpa
 | |
| 
 | |
| # ### HTML #####################################################################
 | |
| 
 | |
| #+HTML_DOCTYPE: html5
 | |
| #+HTML_HEAD_EXTRA: <meta property="og:image" content="https://cdn.phundrak.com/img/rich_preview.png" />
 | |
| #+HTML_HEAD_EXTRA: <meta name="twitter:card" content="summary" />
 | |
| #+HTML_HEAD_EXTRA: <meta name="twitter:site" content="@phundrak" />
 | |
| #+HTML_HEAD_EXTRA: <meta name="twitter:creator" content="@phundrak" />
 | |
| #+HTML_HEAD_EXTRA: <link rel="stylesheet" href="/style/style.css"/>
 | |
| #+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/mahakala-128x128.png" type="img/png" media="screen" />
 | |
| #+HTML_HEAD_EXTRA: <link rel="shortcut icon" href="https://cdn.phundrak.com/img/favicon.ico" type="image/x-icon" media="screen" />
 | |
| #+HTML_HEAD_EXTRA: <script defer src="/dart/main.dart.js"></script>
 | |
| #+html_head_extra: <!-- Matomo -->
 | |
| #+html_head_extra: <script type="text/javascript">
 | |
| #+html_head_extra:  var _paq = window._paq || [];
 | |
| #+html_head_extra:  /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
 | |
| #+html_head_extra:  _paq.push(['trackPageView']);
 | |
| #+html_head_extra:  _paq.push(['enableLinkTracking']);
 | |
| #+html_head_extra:  (function() {
 | |
| #+html_head_extra:      var u="//matomo.phundrak.com/";
 | |
| #+html_head_extra:      _paq.push(['setTrackerUrl', u+'matomo.php']);
 | |
| #+html_head_extra:      _paq.push(['setSiteId', '3']);
 | |
| #+html_head_extra:      var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 | |
| #+html_head_extra:      g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
 | |
| #+html_head_extra:  })();
 | |
| #+html_head_extra: </script>
 | |
| #+html_head_extra: <!-- End Matomo Code -->
 | |
| 
 | |
| # ### MACROS ###################################################################
 | |
| #+MACRO: newline @@latex:\hspace{0pt}\\@@ @@html:<br>@@
 |