-
This commit is contained in:
@@ -170,12 +170,7 @@
|
||||
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python"))
|
||||
|
||||
;; add default arguments to use when evaluating a source block
|
||||
(add-to-list 'org-babel-default-header-args:python
|
||||
'(:results . "output")
|
||||
'(:noweb . "yes")))
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python")))
|
||||
|
||||
;; (use-package mu4e
|
||||
;; :config
|
||||
|
||||
@@ -90,7 +90,7 @@ bindsym $mod+v splitv
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+f fullscreen
|
||||
@@ -257,9 +257,9 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
#output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402
|
||||
|
||||
output DP-1 scale 1
|
||||
output DP-1 pos 2560 0 res 1920x1200 bg /home/opal/.config/wallpapers/wallpaper-town.jpg fill
|
||||
output DP-1 pos 2560 0 res 1920x1200 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
|
||||
output HDMI-A-1 scale 1
|
||||
output HDMI-A-1 pos 0 0 res 2560x1440 bg /home/opal/.config/wallpapers/wallpaper-town.jpg fill
|
||||
output HDMI-A-1 pos 0 0 res 2560x1440 bg ~/opalfiles/.config/wallpapers/priest.jpg fill
|
||||
|
||||
|
||||
# Assign workspaces to numbers
|
||||
|
||||
BIN
.config/wallpapers/priest.jpg
Normal file
BIN
.config/wallpapers/priest.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 586 KiB |
@@ -212,19 +212,12 @@ Creates margins in Org mode to make it more pleasant to look at.
|
||||
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))
|
||||
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
|
||||
(add-to-list 'org-structure-template-alist '("sql" . "src sql"))
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python"))
|
||||
|
||||
;; add default arguments to use when evaluating a source block
|
||||
(add-to-list 'org-babel-default-header-args:python
|
||||
'(:results . "output")
|
||||
'(:noweb . "yes")))
|
||||
|
||||
(add-to-list 'org-structure-template-alist '("py" . "src python")))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
: ((:results . output))
|
||||
|
||||
|
||||
** Email (mu4e)
|
||||
Not using this as much atm.
|
||||
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el
|
||||
|
||||
Reference in New Issue
Block a user