Skip to content

Commit

Permalink
changes after switching to manjaro
Browse files Browse the repository at this point in the history
  • Loading branch information
SiliconRaven committed Sep 22, 2019
1 parent d04edc8 commit a145bd0
Show file tree
Hide file tree
Showing 35 changed files with 3,597 additions and 713 deletions.
4 changes: 3 additions & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ alias pumpitup="osascript -e 'set volume output volume 100'"
# Reload the shell (i.e. invoke as a login shell)
alias reload="exec ${SHELL} -l"
alias sc="gedit ~/.config/sxhkd/sxhkdrc &"
alias pb="gedit ~/.config/polybar/config.ini &"
alias pb="gedit ~/.config/polybar/config &"
alias sb="gedit ~/.config/bspwm/bspwmrc &"
alias as="gedit ~/.config/bspwm/autostart.sh &"
# Print each PATH entry on a separate line
Expand All @@ -122,3 +122,5 @@ alias webkit="sudo gedit /etc/lightdm/lightdm-webkit2-greeter.conf"
alias xfluxx="xflux -l 1 -g 38 -k 4000"
alias lampp="sudo /opt/lampp/lampp"

alias l="less"
alias keygen='ssh-keygen -t rsa -b 4096 -C "[email protected]"'
3 changes: 0 additions & 3 deletions .bash_logout

This file was deleted.

2 changes: 2 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ source ~/.cache/wal/colors-tty.sh
#export PATH="/home/ted/.pyenv/bin:$PATH"
#eval "$(pyenv init -)"
#eval "$(pyenv virtualenv-init -)"
EDITOR=/usr/bin/nano
TERMINAL=/usr/bin/kitty
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ -n "$PS1" ] && source ~/.bash_profile;
.bash_profile
Empty file added bspwm/autostart
Empty file.
2 changes: 1 addition & 1 deletion bspwm/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ compton --config $HOME/.config/bspwm/compton.conf &
#nitrogen --set-auto Pictures/blackpink.png
# ulauncher &
$HOME/.redpaper/wallpaper.sh &
wal -i "/home/ted/Pictures/Redpaper.old/Drift to the Future by @maldo_95 [3840x2160].png" -n &
wal -i "/home/ted/Pictures/DVDE.png" -n &
#auto-xflux -k 1800

#Git init
Expand Down
9 changes: 5 additions & 4 deletions bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ bspc config gapless_monocle true
bspc config focus_by_distance true
bspc config focus_follows_pointer true
bspc config history_aware_focus true
bspc config pointer_modifier mod1
#bspc config pointer_action1 move
#bspc config pointer_action2 resize_side
#bspc config pointer_action2 resize_corner
bspc config pointer_motion_interval 5
bspc config pointer_modifier mod4
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action2 resize_corner
bspc config remove_disabled_monitors true
bspc config merge_overlapping_monitors false

Expand Down
20 changes: 10 additions & 10 deletions kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#: individual font faces and even specify special fonts for particular
#: characters.

# font_family monospace
# bold_font auto
# italic_font auto
# bold_italic_font auto
font_family Source Code Pro
bold_font auto
italic_font auto
bold_italic_font auto

#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
Expand All @@ -23,7 +23,7 @@
#: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic

# font_size 11.0
font_size 12.0

#: Font size (in pts)

Expand Down Expand Up @@ -161,12 +161,12 @@
#: The color and style for highlighting URLs on mouse-over. url_style
#: can be one of: none, single, double, curly

# open_url_modifiers kitty_mod
open_url_modifiers kitty_mod

#: The modifier keys to press when clicking with the mouse on URLs to
#: open the URL

# open_url_with default
open_url_with default

#: The program with which to open URLs that are clicked on. The
#: special value default means to use the operating system's default
Expand Down Expand Up @@ -776,13 +776,13 @@ background_opacity 0.9

#: Clipboard {{{

# map kitty_mod+c copy_to_clipboard
map kitty_mod+shift+c copy_to_clipboard

#: There is also a copy_or_interrupt action that can be optionally
#: mapped to Ctrl+c. It will copy only if there is a selection and
#: send an interrupt otherwise.

# map kitty_mod+v paste_from_clipboard
map kitty_mod+shift+v paste_from_clipboard
# map kitty_mod+s paste_from_selection
# map shift+insert paste_from_selection
# map kitty_mod+o pass_selection_to_program
Expand Down Expand Up @@ -1036,4 +1036,4 @@ background_opacity 0.9
#: }}}

# }}}
include ~/.cache/wal/colors-kitty.conf
include ~/.cache/wal/colors-kitty.conf
Loading

0 comments on commit a145bd0

Please sign in to comment.