Fix things for gnome

This commit is contained in:
Marco Thomas
2021-07-07 01:13:35 +02:00
parent cbae607adb
commit f341184c32
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ window:
title: Alacritty title: Alacritty
dynamic_title: true dynamic_title: true
startup_mode: Maximized
decorations: none
dimensions: dimensions:
columns: 0 columns: 0
lines: 0 lines: 0

View File

@@ -16,6 +16,9 @@
(setq initial-major-mode 'fundamental-mode) ;; better startup speed (setq initial-major-mode 'fundamental-mode) ;; better startup speed
(setq initial-scratch-message nil) ;; don't show me help at startup (setq initial-scratch-message nil) ;; don't show me help at startup
;; make it look fancy in gnome
(add-to-list 'default-frame-alist '(fullscreen . maximized))
;; smooth scrolling ;; smooth scrolling
(setq redisplay-dont-pause t (setq redisplay-dont-pause t
scroll-margin 1 scroll-margin 1