diff options
| author | andromeda <andromeda@lenovo> | 2026-05-01 23:05:03 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-01 23:05:03 +0200 |
| commit | 6a6630647c79e80d7995eac21bc188b5a516d142 (patch) | |
| tree | 8cd1236b84cf548393f879abcb4d69966da2ba26 /files | |
| parent | 0f3a4643846fa5d5f5c56042338bc2bdb46646fb (diff) | |
some emacs stuff
Diffstat (limited to 'files')
| -rw-r--r-- | files/.bashrc | 6 | ||||
| -rw-r--r-- | files/.config/sway/config | 4 | ||||
| -rw-r--r-- | files/.emacs.d/init.el | 1 |
3 files changed, 10 insertions, 1 deletions
diff --git a/files/.bashrc b/files/.bashrc index 08e016f..46c8271 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -42,8 +42,14 @@ export GPG_TTY HISTFILESIZE=100000 HISTSIZE=10000 PS1="\u@\h:\w$" +SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt" + GUIX_PROFILE="/home/andromeda/.config/guix/current" . "$GUIX_PROFILE/etc/profile" unset GUIX_PROFILE +GUIX_HOME_PROFILE="/home/andromeda/.guix-home/profile" +. "$GUIX_HOME_PROFILE/etc/profile" +unset GUIX_HOME_PROFILE + eval "$(zoxide init bash)" diff --git a/files/.config/sway/config b/files/.config/sway/config index dbc97f6..cd884db 100644 --- a/files/.config/sway/config +++ b/files/.config/sway/config @@ -58,6 +58,8 @@ bindsym $mod+Shift+0 move container to workspace number 0 seat * hide_cursor 100 input type:touchpad events disabled +input type:keyboard xkb_options ctrl:nocaps + bindsym $mod+r exec 'swaymsg "seat * hide_cursor 100"; swaymsg "input type:touchpad events disabled"' bindsym $mod+t exec 'swaymsg "seat * hide_cursor 0"; swaymsg "input type:touchpad events enabled"' @@ -76,4 +78,4 @@ bindsym --locked XF86MonbrightnessUp exec brightnessctl set 2%+ default_border none font pango:monospace 0.001 titlebar_border_thickness 0 -titlebar_padding 0 +titlebar_padding 0
\ No newline at end of file diff --git a/files/.emacs.d/init.el b/files/.emacs.d/init.el new file mode 100644 index 0000000..c91461b --- /dev/null +++ b/files/.emacs.d/init.el @@ -0,0 +1 @@ +(menu-bar-mode -1) |
