formatting

This commit is contained in:
2025-10-14 12:50:33 +01:00
parent 2efb26e87d
commit 51e4fdae73
3 changed files with 12 additions and 13 deletions
-1
View File
@@ -101,7 +101,6 @@
], ],
"dankBarRightWidgets": [ "dankBarRightWidgets": [
"systemTray", "systemTray",
"clipboard",
"cpuUsage", "cpuUsage",
"memUsage", "memUsage",
"notificationButton", "notificationButton",
+6 -6
View File
@@ -18,7 +18,7 @@
- [[#flycheck][FLYCHECK]] - [[#flycheck][FLYCHECK]]
- [[#fonts][FONTS]] - [[#fonts][FONTS]]
- [[#setting-the-font-face][Setting The Font Face]] - [[#setting-the-font-face][Setting The Font Face]]
- [[#zoom-inout][ZOOM IN/OUT]] - [[#zoom-inout][Zoom In/Out]]
- [[#gnuplot][GNUPLOT]] - [[#gnuplot][GNUPLOT]]
- [[#image-dir-ed][IMAGE DIR-ED]] - [[#image-dir-ed][IMAGE DIR-ED]]
- [[#indentingtabs][INDENTING/TABS]] - [[#indentingtabs][INDENTING/TABS]]
@@ -36,13 +36,13 @@
- [[#theme][THEME]] - [[#theme][THEME]]
- [[#transparency][TRANSPARENCY]] - [[#transparency][TRANSPARENCY]]
- [[#gui-tweaks][GUI TWEAKS]] - [[#gui-tweaks][GUI TWEAKS]]
- [[#disable-menubar-toolbars-and-scrollbars][DISABLE MENUBAR, TOOLBARS AND SCROLLBARS]] - [[#disable-menubar-toolbars-and-scrollbars][Disable menubar, toolbars and scrollbars]]
- [[#display-line-numbers-and-truncated-lines][DISPLAY LINE NUMBERS AND TRUNCATED LINES]] - [[#display-line-numbers-and-truncated-lines][Display line numbers and truncated lines]]
- [[#ivy-counsel][IVY (COUNSEL)]] - [[#ivy-counsel][IVY (COUNSEL)]]
- [[#language-support][LANGUAGE SUPPORT]] - [[#language-support][LANGUAGE SUPPORT]]
- [[#org-mode][ORG MODE]] - [[#org-mode][ORG MODE]]
- [[#enabling-table-of-contents][ENABLING TABLE OF CONTENTS]] - [[#enabling-table-of-contents][Enabling table of contents]]
- [[#enabling-org-bullets][ENABLING ORG BULLETS]] - [[#enabling-org-bullets][Enabling org bullets]]
- [[#source-code-block-tag-expansion][SOURCE CODE BLOCK TAG EXPANSION]] - [[#source-code-block-tag-expansion][SOURCE CODE BLOCK TAG EXPANSION]]
- [[#which-key][WHICH-KEY]] - [[#which-key][WHICH-KEY]]
@@ -365,7 +365,7 @@ Defining the various fonts emacs will use
;; This sets the default font on all graphical frames created after restarting Emacs. ;; This sets the default font on all graphical frames created after restarting Emacs.
;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts ;; Does the same thing as 'set-face-attribute default' above, but emacsclient fonts
;; are not right unless I also add this method of setting the default font. ;; are not right unless I also add this method of setting the default font.
(add-to-list 'default-frame-alist '(font . "FiraCodeNerdFontMono-15")) (add-to-list 'default-frame-alist '(font . "FiraCodeNerdFontMono-12"))
;; uncomment the following line if line spacing needs adjusting. ;; uncomment the following line if line spacing needs adjusting.
;; (setq-default line-spacing 0.12) ;; (setq-default line-spacing 0.12)
+6 -6
View File
@@ -172,9 +172,9 @@ $ws = workspace
windowrule = tile, title:^(Minecraft)$ windowrule = tile, title:^(Minecraft)$
windowrule = $ws name:shell, class:^(KeePassXC)$ windowrule = $ws name:shell, class:^(KeePassXC)$
windowrule = $ws name:browser, class:^(firefox)$ windowrule = $ws name:web, class:^(firefox)$
windowrule = $ws name:browser, class:^(floorp)$ windowrule = $ws name:web, class:^(floorp)$
windowrule = $ws name:browser, class:^(brave-browser)$ windowrule = $ws name:web, class:^(brave-browser)$
windowrule = $ws name:music, class:^(Spotify)$ windowrule = $ws name:music, class:^(Spotify)$
windowrule = $ws name:chat, class:^(discord)$ windowrule = $ws name:chat, class:^(discord)$
windowrule = $ws name:chat, class:^(Signal)$ windowrule = $ws name:chat, class:^(Signal)$
@@ -249,7 +249,7 @@ $mainCtrlShift = $mainCtrl SHIFT
$ws_game = 1 $ws_game = 1
$ws_shell = 2 $ws_shell = 2
$ws_browser = 3 $ws_web = 3
$ws_music = 4 $ws_music = 4
$ws_image = 5 $ws_image = 5
$ws_chat = 6 $ws_chat = 6
@@ -276,7 +276,7 @@ $ws_extra = 0
bind = $mainMod, $ws_game, workspace, name:game bind = $mainMod, $ws_game, workspace, name:game
bind = $mainMod, $ws_shell, workspace, name:shell bind = $mainMod, $ws_shell, workspace, name:shell
bind = $mainMod, $ws_browser, workspace, name:browser bind = $mainMod, $ws_web, workspace, name:web
bind = $mainMod, $ws_music, workspace, name:music bind = $mainMod, $ws_music, workspace, name:music
bind = $mainMod, $ws_image, workspace, name:image bind = $mainMod, $ws_image, workspace, name:image
bind = $mainMod, $ws_chat, workspace, name:chat bind = $mainMod, $ws_chat, workspace, name:chat
@@ -287,7 +287,7 @@ $ws_extra = 0
bind = $mainShift, $ws_game, movetoworkspace, name:game bind = $mainShift, $ws_game, movetoworkspace, name:game
bind = $mainShift, $ws_shell, movetoworkspace, name:shell bind = $mainShift, $ws_shell, movetoworkspace, name:shell
bind = $mainShift, $ws_browser, movetoworkspace, name:browser bind = $mainShift, $ws_web, movetoworkspace, name:web
bind = $mainShift, $ws_music, movetoworkspace, name:music bind = $mainShift, $ws_music, movetoworkspace, name:music
bind = $mainShift, $ws_image, movetoworkspace, name:image bind = $mainShift, $ws_image, movetoworkspace, name:image
bind = $mainShift, $ws_chat, movetoworkspace, name:chat bind = $mainShift, $ws_chat, movetoworkspace, name:chat