Update multiple configs
This commit is contained in:
parent
1213f06bfc
commit
d8439473fb
12 changed files with 23 additions and 6 deletions
1
.bin/.e
1
.bin/.e
|
@ -48,6 +48,7 @@ declare -A directory=(
|
|||
["nvim"]="$HOME/.config/astronvim/lua/user/"
|
||||
["polybar"]="$HOME/.config/polybar/"
|
||||
["qutebrowser"]="$HOME/.config/qutebrowser/"
|
||||
["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/"
|
||||
["waybar"]="$HOME/.config/waybar/"
|
||||
["zsh"]="$HOME/.config/zsh/"
|
||||
)
|
||||
|
|
6
.bin/simple-aliases
Executable file
6
.bin/simple-aliases
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
case "$1" in
|
||||
"s3-public") rclone copyto -P "$2" "s3-serguzim-me:public/$2" ;;
|
||||
*) echo "Unknown alias: $1" ;;
|
||||
esac
|
|
@ -59,6 +59,7 @@ alias qutebrowser-kiosk='qutebrowser -B $XDG_DATA_HOME/qutebrowser-kiosk -C $XDG
|
|||
|
||||
alias rm='rm -I --one-file-system -v'
|
||||
|
||||
alias s3-public='simple-aliases s3-public'
|
||||
alias sl='ls'
|
||||
alias sudo='sudo '
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ else
|
|||
|
||||
bspc monitor "$primary" -d web terminal 3 4 5 6 focus messenger
|
||||
bspc monitor "$secondary" -d side-view 10
|
||||
|
||||
fi
|
||||
|
||||
bspc wm -O "$primary" "$secondary"
|
||||
|
@ -108,5 +107,9 @@ bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
|
|||
bspc rule -a 'thunderbird-default:Mail' desktop='messenger' locked='true'
|
||||
bspc rule -a 'thunderbird' desktop='messenger' locked='true'
|
||||
|
||||
yadm alt
|
||||
numlockx on
|
||||
$XDG_CONFIG_HOME/polybar/launch.sh
|
||||
|
||||
autostart-manage sync x11,bspwm
|
||||
autostart-manage run-xorg &
|
||||
|
|
|
@ -4,6 +4,7 @@ bind = $main_mod, return, exec, $TERMINAL
|
|||
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
||||
|
||||
bind = $main_mod, Q, killactive,
|
||||
bind = $main_mod SHIFT, Q, forcekillactive,
|
||||
bind = $main_mod, S, togglefloating,
|
||||
bind = $main_mod, F, fullscreen,
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ source = ~/.config/hypr/vars.conf
|
|||
source = ~/.config/hypr/binds.conf
|
||||
source = ~/.config/hypr/rules.conf
|
||||
|
||||
exec-once = autostart-manage start wallpaper
|
||||
exec-once = autostart-manage sync wayland,hyprland
|
||||
exec-once = autostart-manage run-wayland
|
||||
exec = xsetroot -cursor_name left_ptr
|
||||
|
|
|
@ -46,7 +46,7 @@ windowrulev2 = float, class:(thunderbird), title:(Reminder)
|
|||
|
||||
windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request)
|
||||
|
||||
windowrulev2 = float, class:(Pinetry-gtk-2)
|
||||
windowrulev2 = stayfocused, class:(Pinentry-gtk)
|
||||
|
||||
windowrulev2 = fullscreen, class:(FreeTube)
|
||||
|
||||
|
@ -64,6 +64,7 @@ windowrulev2 = float, class:(zenity), title:^(Progress)
|
|||
windowrulev2 = noinitialfocus, class:(steam), title:^(Friends List)
|
||||
windowrulev2 = workspace $ws_chat silent, class:(steam), title:^(Friends List)
|
||||
|
||||
windowrulev2 = fullscreen, class:^Minecraft
|
||||
windowrulev2 = fullscreen, class:^cs2$
|
||||
windowrulev2 = workspace $ws_focus, class:^cs2$
|
||||
windowrulev2 = fullscreen, class:^factorio$
|
||||
|
|
|
@ -36,6 +36,9 @@ cursor {
|
|||
misc {
|
||||
disable_hyprland_logo = true
|
||||
background_color = 0x1E1F29
|
||||
|
||||
#anr_missed_pings = 10
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
|
|
@ -3,8 +3,10 @@
|
|||
!alarm https://webuhr.de/#time={unquoted}
|
||||
!cheatsheet https://cheatsheets.zip/?q={}
|
||||
!dictcc https://www.dict.cc/?s={}
|
||||
!dndspells https://www.dndbeyond.com/spells?filter-search={}&filter-source-category=24
|
||||
!dndü https://www.dnddeutsch.de/uebersetzer/?search={}
|
||||
!ede https://www.ebay.de/sch/items/?_nkw={}
|
||||
!gm https://google.com/maps/place/{}
|
||||
!osm https://www.openstreetmap.org/search?query={}
|
||||
!timer https://webuhr.de/timer/#countdown=00:{unquoted}
|
||||
!wer https://www.werstreamt.es/filme-serien?q={}&action_results=suchen
|
||||
|
|
|
@ -42,7 +42,7 @@ def init(c):
|
|||
'ecosia': 'https://www.ecosia.org/search?q={}',
|
||||
'qwant': 'https://www.qwant.com/?q={}',
|
||||
}
|
||||
search_engines['DEFAULT'] = search_engines['ecosia']
|
||||
search_engines['DEFAULT'] = search_engines['ddg']
|
||||
c.url.searchengines = search_engines | get_bangs()
|
||||
|
||||
c.url.start_pages = [
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"sway/workspaces"
|
||||
],
|
||||
"modules-center": [
|
||||
"mpris"
|
||||
],
|
||||
"modules-right": [
|
||||
"network",
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"format": " {}",
|
||||
"interval": 3600,
|
||||
"exec": "~/.config/waybar/custom/pacman",
|
||||
"on-click": "alacritty -e 'archlinux-update; read'",
|
||||
"on-click": "alacritty -e 'archlinux-update'",
|
||||
"return-type": "json",
|
||||
"signal": 8
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue