mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
dont remember what I changed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -50,3 +50,4 @@
|
||||
;(unpin! t)
|
||||
(package! rainbow-mode)
|
||||
(package! elcord)
|
||||
(package! poly-org)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 &
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user