diff --git a/.config/doom/snippets/sh-mode/__ b/.config/doom/snippets/sh-mode/__ new file mode 100644 index 0000000..6167518 --- /dev/null +++ b/.config/doom/snippets/sh-mode/__ @@ -0,0 +1,3 @@ +#!/bin/sh -e +# $0 +$1 \ No newline at end of file diff --git a/.config/kitty/general.conf b/.config/kitty/general.conf index c595ed9..c6f3062 100644 --- a/.config/kitty/general.conf +++ b/.config/kitty/general.conf @@ -1,3 +1,5 @@ +# Reload conf with C-S-F5 + map ctrl+c copy_or_interrupt scrollback_lines 20000 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 8162337..d150430 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -991,7 +991,7 @@ #: The foreground and background colors. -# background_opacity 1.0 +background_opacity 0.8 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if @@ -1026,7 +1026,7 @@ #: When background image is scaled, whether linear interpolation #: should be used. -# dynamic_background_opacity no +dynamic_background_opacity yes #: Allow changing of the background_opacity dynamically, using either #: keyboard shortcuts (increase_background_opacity and diff --git a/.config/sway/config.d/keyboard.conf b/.config/sway/config.d/keyboard.conf index 87731cb..d825c0a 100644 --- a/.config/sway/config.d/keyboard.conf +++ b/.config/sway/config.d/keyboard.conf @@ -1,9 +1,16 @@ input * { xkb_layout de,eu,us + xkb_variant nodeadkeys,basic,euro xkb_numlock enabled - xkb_options caps:swapescape + xkb_options caps:escape_shifted_capslock } -input 1:1:AT_Translated_Set_2_keyboard { - xkb_layout eu,us - xkb_options caps:swapescape +input "1:1:AT_Translated_Set_2_keyboard" { + xkb_switch_layout 1 +} +input "type:touchpad" { + tap enabled + natural_scroll disabled + accel_profile adaptive + dwt disabled + pointer_accel 0.4 # set mouse sensitivity (between -1 and 1) } diff --git a/.config/user-dirs.dirs##user.janekf b/.config/user-dirs.dirs##user.janekf deleted file mode 120000 index c0821f0..0000000 --- a/.config/user-dirs.dirs##user.janekf +++ /dev/null @@ -1 +0,0 @@ -user-dirs.dirs##user.janek \ No newline at end of file diff --git a/.config/user-dirs.dirs##user.janekf b/.config/user-dirs.dirs##user.janekf new file mode 100644 index 0000000..662cc97 --- /dev/null +++ b/.config/user-dirs.dirs##user.janekf @@ -0,0 +1,16 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/.local/desktop" +XDG_TEMPLATES_DIR="$HOME/.local/templates" +XDG_DOWNLOAD_DIR="$HOME/data/3-dox" +XDG_MUSIC_DIR="$HOME/data/4-media/music" +XDG_PICTURES_DIR="$HOME/data/4-media/images" +XDG_VIDEOS_DIR="$HOME/data/4-media/videos" +XDG_DOCUMENTS_DIR="$HOME/data/4-media/multimedia" +XDG_NOTES_DIR="$HOME/data/2-box" +#XDG_PUBLICSHARE_DIR="$HOME/data/3-resources/multimedia"