From 971bb2d78c64e824fd21a0fbec91bb6667c3e62f Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Wed, 20 Apr 2022 23:03:05 +0200 Subject: [PATCH] dont remember what I changed --- doom/.doom.d/init.el | 4 ++-- doom/.doom.d/packages.el | 1 + kitty/.config/kitty/kitty.conf | 2 +- qt5ct/.config/qt5ct/colors/Dracula.conf | 8 ++++---- xmonad/.config/xmonad/README.org | 3 +-- xmonad/.config/xmonad/xmonad.hs | 3 +-- xorg/.xinitrc | 1 - zsh/.zshrc | 8 +++++++- 8 files changed, 17 insertions(+), 13 deletions(-) diff --git a/doom/.doom.d/init.el b/doom/.doom.d/init.el index 3062a28..02a0962 100644 --- a/doom/.doom.d/init.el +++ b/doom/.doom.d/init.el @@ -148,11 +148,11 @@ ;;nim ; python + lisp at the speed of c nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - org ; organize your plain life in plain text + (org +lsp) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - python ; beautiful is better than ugly + (python +lsp) ; beautiful is better than ugly qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 diff --git a/doom/.doom.d/packages.el b/doom/.doom.d/packages.el index ddc7a30..8f5a6b3 100644 --- a/doom/.doom.d/packages.el +++ b/doom/.doom.d/packages.el @@ -50,3 +50,4 @@ ;(unpin! t) (package! rainbow-mode) (package! elcord) +(package! poly-org) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 67e88c5..6db380c 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -6,7 +6,7 @@ #: individual font faces and even specify special fonts for particular #: characters. -font_family Ubuntu Mono +font_family Ubuntu Mono bold_font auto italic_font auto bold_italic_font auto diff --git a/qt5ct/.config/qt5ct/colors/Dracula.conf b/qt5ct/.config/qt5ct/colors/Dracula.conf index 4533ce9..93b37d5 100644 --- a/qt5ct/.config/qt5ct/colors/Dracula.conf +++ b/qt5ct/.config/qt5ct/colors/Dracula.conf @@ -1,4 +1,4 @@ - [ColorScheme] - active_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #ff44475a, #ff44475a - disabled_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #ff44475a, #ff44475a - inactive_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #ff44475a, #ff44475a +[ColorScheme] +active_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a +disabled_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a +inactive_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a diff --git a/xmonad/.config/xmonad/README.org b/xmonad/.config/xmonad/README.org index 072fc6d..1cd268e 100644 --- a/xmonad/.config/xmonad/README.org +++ b/xmonad/.config/xmonad/README.org @@ -104,7 +104,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ -- launch a terminal , ((modm, xK_Return), spawn $ XMonad.terminal conf) - , ((modm, xK_backslash), scratchpadSpawnActionTerminal "kitty --class=scratchpad") + , ((modm, xK_backslash), scratchpadSpawnActionCustom "kitty --class=scrachpad") -- launch rofi , ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons") @@ -256,7 +256,6 @@ myManageHook = composeAll , className =? "Qalculate-gtk" --> doFloat , className =? "Pavucontrol" --> doFloat , className =? "Minecraft Launcher" --> doShift "8" - , className =? "Microsoft Teams - Preview" --> doShift "7" , className =? "YouTube Music" --> doShift "9" , className =? "Thunar" --> viewShift "5" , resource =? "desktop_window" --> doIgnore diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 8543eb2..163075d 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -85,7 +85,7 @@ myKeys conf@(XConfig {XMonad.modMask = modm}) = M.fromList $ -- launch a terminal , ((modm, xK_Return), spawn $ XMonad.terminal conf) - , ((modm, xK_backslash), scratchpadSpawnActionTerminal "kitty --class=scratchpad") + , ((modm, xK_backslash), scratchpadSpawnActionCustom "kitty --class=scrachpad") -- launch rofi , ((modm, xK_d ), spawn "rofi -no-lazy-greb -show drun -icon-theme 'Papirus' -show-icons") @@ -203,7 +203,6 @@ myManageHook = composeAll , className =? "Qalculate-gtk" --> doFloat , className =? "Pavucontrol" --> doFloat , className =? "Minecraft Launcher" --> doShift "8" - , className =? "Microsoft Teams - Preview" --> doShift "7" , className =? "YouTube Music" --> doShift "9" , className =? "Thunar" --> viewShift "5" , resource =? "desktop_window" --> doIgnore diff --git a/xorg/.xinitrc b/xorg/.xinitrc index a0e1b4c..33b47de 100755 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -38,7 +38,6 @@ export SSH_AUTH_SOCK anamnesis --start numlockx on xsetroot -cursor_name left_ptr -kitty --class=scratchpad & xrandr --output eDP --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal xrandr --output HDMI-A-0 --set TearFree on & xrandr --output eDP --set TearFree on & diff --git a/zsh/.zshrc b/zsh/.zshrc index 5482a0e..140810d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -6,11 +6,17 @@ source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey -v autoload -U promptinit; promptinit prompt spaceship -export PATH=$HOME/bin:/usr/local/bin:$HOME/.emacs.d/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH +export PATH=$HOME/.local/bin/genymotion:$HOME/bin:/usr/local/bin:$HOME/.emacs.d/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH export XDG_CONFIG_HOME="$HOME/.config" export FZF_DEFAULT_COMMAND="rg ~ --files --hidden" export FZF_DEFAULT_OPTS='--height 30% --reverse' export FZF_CTRL_R_OPTS='--sort' +autoload -U up-line-or-beginning-search +autoload -U down-line-or-beginning-search +zle -N up-line-or-beginning-search +zle -N down-line-or-beginning-search +bindkey "^[[A" up-line-or-beginning-search +bindkey "^[[N" down-line-or-beginning-search alias ls="exa -lag --icons" alias vim="nvim" alias cat="bat"