formatting
This commit is contained in:
@@ -101,7 +101,6 @@
|
||||
],
|
||||
"dankBarRightWidgets": [
|
||||
"systemTray",
|
||||
"clipboard",
|
||||
"cpuUsage",
|
||||
"memUsage",
|
||||
"notificationButton",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
- [[#flycheck][FLYCHECK]]
|
||||
- [[#fonts][FONTS]]
|
||||
- [[#setting-the-font-face][Setting The Font Face]]
|
||||
- [[#zoom-inout][ZOOM IN/OUT]]
|
||||
- [[#zoom-inout][Zoom In/Out]]
|
||||
- [[#gnuplot][GNUPLOT]]
|
||||
- [[#image-dir-ed][IMAGE DIR-ED]]
|
||||
- [[#indentingtabs][INDENTING/TABS]]
|
||||
@@ -36,13 +36,13 @@
|
||||
- [[#theme][THEME]]
|
||||
- [[#transparency][TRANSPARENCY]]
|
||||
- [[#gui-tweaks][GUI TWEAKS]]
|
||||
- [[#disable-menubar-toolbars-and-scrollbars][DISABLE MENUBAR, TOOLBARS AND SCROLLBARS]]
|
||||
- [[#display-line-numbers-and-truncated-lines][DISPLAY LINE NUMBERS AND TRUNCATED LINES]]
|
||||
- [[#disable-menubar-toolbars-and-scrollbars][Disable menubar, toolbars and scrollbars]]
|
||||
- [[#display-line-numbers-and-truncated-lines][Display line numbers and truncated lines]]
|
||||
- [[#ivy-counsel][IVY (COUNSEL)]]
|
||||
- [[#language-support][LANGUAGE SUPPORT]]
|
||||
- [[#org-mode][ORG MODE]]
|
||||
- [[#enabling-table-of-contents][ENABLING TABLE OF CONTENTS]]
|
||||
- [[#enabling-org-bullets][ENABLING ORG BULLETS]]
|
||||
- [[#enabling-table-of-contents][Enabling table of contents]]
|
||||
- [[#enabling-org-bullets][Enabling org bullets]]
|
||||
- [[#source-code-block-tag-expansion][SOURCE CODE BLOCK TAG EXPANSION]]
|
||||
- [[#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.
|
||||
;; 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.
|
||||
(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.
|
||||
;; (setq-default line-spacing 0.12)
|
||||
|
||||
@@ -172,9 +172,9 @@ $ws = workspace
|
||||
windowrule = tile, title:^(Minecraft)$
|
||||
|
||||
windowrule = $ws name:shell, class:^(KeePassXC)$
|
||||
windowrule = $ws name:browser, class:^(firefox)$
|
||||
windowrule = $ws name:browser, class:^(floorp)$
|
||||
windowrule = $ws name:browser, class:^(brave-browser)$
|
||||
windowrule = $ws name:web, class:^(firefox)$
|
||||
windowrule = $ws name:web, class:^(floorp)$
|
||||
windowrule = $ws name:web, class:^(brave-browser)$
|
||||
windowrule = $ws name:music, class:^(Spotify)$
|
||||
windowrule = $ws name:chat, class:^(discord)$
|
||||
windowrule = $ws name:chat, class:^(Signal)$
|
||||
@@ -249,7 +249,7 @@ $mainCtrlShift = $mainCtrl SHIFT
|
||||
|
||||
$ws_game = 1
|
||||
$ws_shell = 2
|
||||
$ws_browser = 3
|
||||
$ws_web = 3
|
||||
$ws_music = 4
|
||||
$ws_image = 5
|
||||
$ws_chat = 6
|
||||
@@ -276,7 +276,7 @@ $ws_extra = 0
|
||||
|
||||
bind = $mainMod, $ws_game, workspace, name:game
|
||||
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_image, workspace, name:image
|
||||
bind = $mainMod, $ws_chat, workspace, name:chat
|
||||
@@ -287,7 +287,7 @@ $ws_extra = 0
|
||||
|
||||
bind = $mainShift, $ws_game, movetoworkspace, name:game
|
||||
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_image, movetoworkspace, name:image
|
||||
bind = $mainShift, $ws_chat, movetoworkspace, name:chat
|
||||
|
||||
Reference in New Issue
Block a user