Skip to content

Commit

Permalink
dont remember what I changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfluffy-dev committed Apr 20, 2022
1 parent c4516a8 commit 971bb2d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions doom/.doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions doom/.doom.d/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
;(unpin! t)
(package! rainbow-mode)
(package! elcord)
(package! poly-org)
2 changes: 1 addition & 1 deletion kitty/.config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions qt5ct/.config/qt5ct/colors/Dracula.conf
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions xmonad/.config/xmonad/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions xmonad/.config/xmonad/xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion xorg/.xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
8 changes: 7 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 971bb2d

Please sign in to comment.