From 416fe4ee001fca05188d245919333809072453a1 Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Wed, 9 Aug 2023 12:13:36 +0100 Subject: [PATCH] Add gitignore for personal files, re-enable EXWM configuration and slight modification to it --- .gitignore | 3 +++ agenda.org | 0 bookmarks | 15 --------------- config.org | 16 +++++++++++----- projectile-bookmarks.eld | 1 - 5 files changed, 14 insertions(+), 21 deletions(-) create mode 100644 .gitignore delete mode 100644 agenda.org delete mode 100644 bookmarks delete mode 100644 projectile-bookmarks.eld diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378af9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +agenda.org +bookmarks +projectile-bookmarks.eld diff --git a/agenda.org b/agenda.org deleted file mode 100644 index e69de29..0000000 diff --git a/bookmarks b/bookmarks deleted file mode 100644 index e46ba32..0000000 --- a/bookmarks +++ /dev/null @@ -1,15 +0,0 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*- -;;; This format is meant to be slightly human-readable; -;;; nevertheless, you probably don't want to edit it. -;;; -*- End Of Bookmark File Format Version Stamp -*- -(("BloxieSHDD" - (filename . "/run/media/cspark/BloxieSHDD/") - (front-context-string . ".\n drwxr-x---+ ") - (rear-context-string . "88 Mar 1 20:13 ") - (position . 200)) -("Schoolwork" - (filename . "~/Documents/Schoolwork/") - (front-context-string . "English\n drwxr-") - (rear-context-string . "96 Apr 11 05:07 ") - (position . 246)) -) diff --git a/config.org b/config.org index da2d882..2850ebe 100644 --- a/config.org +++ b/config.org @@ -800,15 +800,15 @@ For more information on setup, you should check out `https://github.com/ch11ng/e Install the package, enable it and ensure that it always is installed, and then configure: *** EXWM -+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp (use-package exwm :ensure t :config (require 'exwm-config) (exwm-config-default)) -+END_SRC +#+END_SRC **** Configuration -+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp ;; Systemtray (require 'exwm-systemtray) (exwm-systemtray-enable) @@ -929,14 +929,20 @@ Install the package, enable it and ensure that it always is installed, and then ;;(exwm-input-set-key (kbd "s-_") 'edwina-dec-nmaster) ;; Set all X windows to open in char mode by default, allowing to pass through all key combinations + ;;(add-hook 'exwm-manage-finish-hook + ;; (lambda () (call-interactively #'exwm-input-release-keyboard) + ;; ;;(exwm-layout-hide-mode-line) + ;; )) + + ;; Set all X windows to open in line mode by default, allowing emacs to have control over keybinds first (add-hook 'exwm-manage-finish-hook - (lambda () (call-interactively #'exwm-input-release-keyboard) + (lambda () (call-interactively #'exwm-input-grab-keyboard) ;;(exwm-layout-hide-mode-line) )) ;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead. (ido-mode -1) -+END_SRC +#+END_SRC *** Counsel Linux Application diff --git a/projectile-bookmarks.eld b/projectile-bookmarks.eld deleted file mode 100644 index d6da503..0000000 --- a/projectile-bookmarks.eld +++ /dev/null @@ -1 +0,0 @@ -("c:/Users/seaspark/Documents/Sparks-IY-Plugin/" "~/.emacs.d/" "z:/Documents/Roblox Scripts/Sparks IY Plugin/Sparks-IY-Plugin/") \ No newline at end of file