Skip to content

Commit

Permalink
trash-cli -> trashy, use ouch, refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Apr 13, 2023
1 parent 6ff5e93 commit c208c6f
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 44 deletions.
7 changes: 3 additions & 4 deletions .config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pgrep bspswallow || bspswallow &


# Global Settings
bspc config automatic_scheme alternate
bspc config automatic_scheme longest_side
bspc config initial_polarity second_child
#bspc config pointer_modifier shift
bspc config focus_follows_pointer true
Expand All @@ -38,7 +38,6 @@ bspc config merge_overlapping_monitors false
bspc config focused_border_color "#99CC99"
bspc config normal_border_color "#000000"
bspc config presel_feedback_color "#8F3724"
#bspc config urgent_border_color "#504339" # Setting removed in 9.2
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action3 resize_corner
Expand All @@ -54,8 +53,8 @@ bspc config window_gap 8

# Rules
bspc rule -r "*" # Clear all rules
bspc rule -a Next state=tiled
bspc rule -a Nyxt state=tiled
bspc rule -a Qutebrowser state=tiled
# bspc rule -a Nyxt state=tiled
bspc rule -a Zathura state=tiled
#bspc rule -a Gimp desktop='^8' state=floating follow=on
#bspc rule -a Chromium desktop='^2'
Expand Down
2 changes: 1 addition & 1 deletion .config/cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ email = "[email protected]"
vcs = "git"

[build]
rustc-wrapper = "sccache"
# rustc-wrapper = "sccache"

[target.x86_64-unknown-linux-gnu]
rustflags = ["-Ctarget-cpu=native"]
Expand Down
2 changes: 1 addition & 1 deletion .config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# /_//_/\__/_/_//_\_\
# Helix text editor runtime config.

theme = "gruvbox" # gruvbox, pop-dark, onedark
theme = "noctis_bordo" # gruvbox, gruvbox_dark_hard, pop-dark, everforest_dark, onedark, autumn, bogster, noctis_bordo, rasmus, tokyonight_storm

#[keys.normal]
#"#" = "toggle-comments" # TODO figure out how to map pound sign
Expand Down
9 changes: 9 additions & 0 deletions .config/helix/languages.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# __ ___
# / / ___ / (_)_ __
# / _ \/ -_) / /\ \ /
# /_//_/\__/_/_//_\_\
# Helix text editor language overrides.

[[language]]
name = "julia"
indent = { tab-width = 4, unit = "\t" }
1 change: 1 addition & 0 deletions .config/htop/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
htoprc
26 changes: 0 additions & 26 deletions .config/htop/htoprc

This file was deleted.

1 change: 1 addition & 0 deletions .config/julia/startup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
#
# symlink $HOME/.julia/config/startup.jl to this file to have it load on startup

using Revise
7 changes: 4 additions & 3 deletions .config/qutebrowser/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ url.searchengines: {
# Commerce
'ebay': 'https://www.ebay.com/sch/?_nkw={}',
'az': 'https://www.amazon.com/s?k={}',
'iherb': 'https://www.iherb.com/search?kw={}',

# Web
'nc': 'https://www.namecheap.com/domains/registration/results.aspx?domain={}',
Expand Down Expand Up @@ -147,9 +148,9 @@ url.searchengines: {
window.hide_decoration: True

## ZOOM
# 250% puts most text at about .24 inch in height
# Based on tan(.6°) * distance with 24 inch reading distance
zoom.default: '250%'
# 250% puts most text at about .24" height
# Based on tan(.6°) * distance where distance = 24"
zoom.default: '175%'

## FONTS
# fonts.default_size: '10px'
Expand Down
2 changes: 1 addition & 1 deletion .local/bin
Submodule bin updated from 3d77f9 to fb9b04
16 changes: 8 additions & 8 deletions .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
# /_/|_/_/_/ /_/_/\__/
# Xorg runtime config file.

displayset & # Set the display/background
sxhkd & # Bind hotkeys
setxkbmap -option caps:super -option altwin:menu_win && \ # Map caps to mod, menu button to win, details: /usr/share/X11/xkb/rules/evdev.lst
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' & # Mod by itself is now escape, TODO: do the same for right window button
xset r rate 300 50 & # Increase xrate, speeds up key input
unclutter & # Remove mouse when idle
picom --config "$XDG_CONFIG_HOME/picom/picom.conf" & # picom for transparency and to reduce tearing
dunst & # dunst for notifications
displayset & # Set the display/background
sxhkd & # Bind hotkeys
setxkbmap -option caps:super -option altwin:menu_win && \ # Map caps to mod, menu button to win, details: /usr/share/X11/xkb/rules/evdev.lst
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' & # Mod by itself is now escape, TODO: do the same for right window button
xset r rate 300 50 & # Increase xrate, speeds up key input
unclutter & # Remove mouse when idle
picom --config "$XDG_CONFIG_HOME/picom/picom.conf" & # picom for transparency and to reduce tearing
dunst & # dunst for notifications
redshift -l "$("$XDG_SCRIPT_HOME/apitools/geoloc" | tr ',' ':')" &
exec "$XDG_CONFIG_HOME/polybar/launch.sh" &
exec bspwm -c "$XDG_CONFIG_HOME/bspwm/bspwmrc"

0 comments on commit c208c6f

Please sign in to comment.