This commit is contained in:
2024-03-15 23:56:02 +00:00
parent b0fa307398
commit 09f67ffa4b
7 changed files with 46 additions and 22 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ profiles:
# If nothing is specified, the users' default login shell will be used.
# But you may as well log in to a remote host.
# shell: "ssh ubuntu-vm"
shell: "/bin/bash"
shell: "/run/current-system/sw/bin/bash"
# arguments: ["some", "optional", "arguments", "for", "the", "shell"]
# If this terminal is being executed from within Flatpak, enforces sandboxing
+2 -1
View File
@@ -597,7 +597,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
#+begin_src emacs-lisp
(use-package vterm
:config
(setq shell-file-name "/bin/bash"
(setq shell-file-name "/run/current-system/sw/bin/bash"
vterm-max-scrollback 5000))
#+end_src
@@ -741,6 +741,7 @@ Emacs has built-in programming language modes for Lisp, Scheme, DSSSL, Ada, ASM,
#+begin_src emacs-lisp
(use-package zig-mode)
(use-package nix-mode)
;; (use-package jai-mode)
(use-package rust-mode)
(use-package cargo-mode)
+4 -4
View File
@@ -50,7 +50,7 @@ exec-once = fcitx5 -d
exec-once = dunst
exec-once = /usr/lib/kdeconnectd
set $gnome-schema org.gnome.desktop.interface
# set $gnome-schema org.gnome.desktop.interface
exec-once = gsettings set $gnome-schema gtk-theme 'Arc Dark'
exec-once = gsettings set $gnome-schema icon-theme 'Arc Dark'
@@ -147,9 +147,9 @@ misc {
#force_default_wallpaper = -1
}
device:epic mouse V1 {
sensitivity = -0.5
}
# device:epic mouse V1 {
# sensitivity = -0.5
# }
# Window Rules
+2 -1
View File
@@ -66,7 +66,8 @@
},
"disk": {
"interval": 30,
"format": "<big></big> {path}:\n{percentage_used}%",
"path": "/home",
"format": "<big> </big>\n {path}:\n {percentage_used}%",
"alt-format": " {path}:{used}\/{total}",
"tooltip-format": " {path}:{used}\/{total}",
},