Compare commits
4 Commits
master
...
bf957c3411
| Author | SHA1 | Date | |
|---|---|---|---|
| bf957c3411 | |||
| 77d3404812 | |||
| a598dcd1fc | |||
| 6f574b81e0 |
@ -39,5 +39,3 @@ miniflux-url "https://miniflux.woopwoopserver.com/"
|
|||||||
|
|
||||||
miniflux-login "woopwoop"
|
miniflux-login "woopwoop"
|
||||||
miniflux-passwordeval "pass show miniflux"
|
miniflux-passwordeval "pass show miniflux"
|
||||||
|
|
||||||
reload-threads 5
|
|
||||||
|
|||||||
@ -43,7 +43,6 @@ bar {
|
|||||||
# you can get the names of your outputs by running: swaymsg -t get_outputs
|
# you can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
output DP-2 position 0 0 mode 2560x1440@144Hz
|
output DP-2 position 0 0 mode 2560x1440@144Hz
|
||||||
output HDMI-A-1 position 2560 360 mode 1920x1080@60Hz
|
output HDMI-A-1 position 2560 360 mode 1920x1080@60Hz
|
||||||
output HDMI-A-2 position 4480 360 mode 1920x1080@60Hz disable
|
|
||||||
# output * bg /home/nikita/Pictures/wallpapers/nord-street.png fill
|
# output * bg /home/nikita/Pictures/wallpapers/nord-street.png fill
|
||||||
|
|
||||||
|
|
||||||
@ -84,12 +83,8 @@ bindsym --to-code $mod+minus exec "swaymsg bar 1 mode toggle"
|
|||||||
# open windows with id "in_scratchpad" in scratchpad
|
# open windows with id "in_scratchpad" in scratchpad
|
||||||
for_window [app_id="in_scratchpad"] move container to scratchpad, focus
|
for_window [app_id="in_scratchpad"] move container to scratchpad, focus
|
||||||
|
|
||||||
|
# # open apps in specified workspaces
|
||||||
# for_window [title="Steam Big Picture Mode" class="steam"] exec "/home/nikita/Scripts/sway/enable_tv_gaming_mode.sh"
|
assign [class="steam"] workspace 15
|
||||||
|
|
||||||
# assign [class="steam" title="^(?!.*Steam Big Picture Mode).*"] workspace 15
|
|
||||||
# for_window [class="steam" title="^(?!.*Steam Big Picture Mode).*"] exec "/home/nikita/Scripts/sway/disable_tv_gaming_mode.sh"
|
|
||||||
|
|
||||||
|
|
||||||
assign [app_id="DBeaver"] workspace 22
|
assign [app_id="DBeaver"] workspace 22
|
||||||
assign [class="jetbrains-datagrip"] workspace 23
|
assign [class="jetbrains-datagrip"] workspace 23
|
||||||
@ -105,8 +100,6 @@ bindsym --to-code $mod+SHIFT+BackSpace exec ~/Scripts/tofi/powermenu.sh
|
|||||||
# vpn selector
|
# vpn selector
|
||||||
bindsym --to-code $mod+SHIFT+v exec ~/Scripts/tofi/select_vpn.sh
|
bindsym --to-code $mod+SHIFT+v exec ~/Scripts/tofi/select_vpn.sh
|
||||||
|
|
||||||
bindsym --to-code $mod+SHIFT+g exec ~/Scripts/tofi/select_desktop_mode.sh
|
|
||||||
|
|
||||||
# start search in browser
|
# start search in browser
|
||||||
bindsym --to-code $mod+slash exec ~/Scripts/general/bin/browser_search_web
|
bindsym --to-code $mod+slash exec ~/Scripts/general/bin/browser_search_web
|
||||||
|
|
||||||
@ -157,8 +150,6 @@ workspace 27 output HDMI-A-1
|
|||||||
workspace 28 output HDMI-A-1
|
workspace 28 output HDMI-A-1
|
||||||
workspace 29 output HDMI-A-1
|
workspace 29 output HDMI-A-1
|
||||||
|
|
||||||
workspace 31 output HDMI-A-2
|
|
||||||
|
|
||||||
# move mouse to focused window/workspace
|
# move mouse to focused window/workspace
|
||||||
mouse_warping output
|
mouse_warping output
|
||||||
focus_wrapping workspace
|
focus_wrapping workspace
|
||||||
@ -262,13 +253,11 @@ bindsym --to-code $mod+Shift+bracketleft exec playerctl -p mpd volume 0.05-
|
|||||||
bindsym --to-code $mod+Shift+bracketright exec playerctl -p mpd volume 0.05+
|
bindsym --to-code $mod+Shift+bracketright exec playerctl -p mpd volume 0.05+
|
||||||
bindsym --to-code $mod+Shift+y exec playerctl -p mpd shuffle Toggle
|
bindsym --to-code $mod+Shift+y exec playerctl -p mpd shuffle Toggle
|
||||||
|
|
||||||
set $sink "alsa_output.pci-0000_29_00.0.analog-stereo"
|
|
||||||
|
|
||||||
# special keys to adjust volume via pulseaudio
|
# special keys to adjust volume via pulseaudio
|
||||||
bindsym --to-code --locked XF86AudioMute exec pactl set-sink-mute $sink toggle
|
bindsym --to-code --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
||||||
bindsym --to-code --locked XF86AudioLowerVolume exec pactl set-sink-volume $sink -5%
|
bindsym --to-code --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
|
||||||
bindsym --to-code --locked XF86AudioRaiseVolume exec pactl set-sink-volume $sink +5%
|
bindsym --to-code --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
||||||
bindsym --to-code --locked XF86AudioMicMute exec pactl set-source-mute $sink toggle
|
bindsym --to-code --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||||
bindsym --to-code --locked XF86AudioPlay exec playerctl play-pause
|
bindsym --to-code --locked XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym --to-code --locked XF86AudioPause exec playerctl play-pause
|
bindsym --to-code --locked XF86AudioPause exec playerctl play-pause
|
||||||
bindsym --to-code --locked XF86AudioNext exec playerctl next
|
bindsym --to-code --locked XF86AudioNext exec playerctl next
|
||||||
|
|||||||
@ -7,6 +7,13 @@ export XDG_SESSION_DESKTOP=sway
|
|||||||
export XDG_SESSION_TYPE=wayland
|
export XDG_SESSION_TYPE=wayland
|
||||||
export HOMEBREW_NO_AUTO_UPDATE=true
|
export HOMEBREW_NO_AUTO_UPDATE=true
|
||||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||||
|
# Created by `pipx` on 2024-10-08 14:33:09
|
||||||
|
export PATH="$PATH:/Users/nikitabykov/.local/bin"
|
||||||
|
|
||||||
|
# >>> coursier install directory >>>
|
||||||
|
export PATH="$PATH:/Users/nikitabykov/Library/Application Support/Coursier/bin"
|
||||||
|
# <<< coursier install directory <<<
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
if command -v dbus-update-activation-environment >/dev/null; then
|
if command -v dbus-update-activation-environment >/dev/null; then
|
||||||
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
|
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@ -22,7 +22,7 @@ bindkey '^j' down-line-or-history
|
|||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
alias ta='tmux at || tmux'
|
alias ta='tmux at || tmux'
|
||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
alias homeaudio="ncmpcpp -h 192.168.1.100"
|
alias homeaudio="ncmpcpp -h 192.168.0.100"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
|
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
|
||||||
alias rutracker='RUTRACKER_USERNAME=$(pass show rutracker | grep -oP "username:\K.*") RUTRACKER_PASSWORD=$(pass show rutracker | head -n 1) rust_rutracker_cli'
|
alias rutracker='RUTRACKER_USERNAME=$(pass show rutracker | grep -oP "username:\K.*") RUTRACKER_PASSWORD=$(pass show rutracker | head -n 1) rust_rutracker_cli'
|
||||||
|
|||||||
Reference in New Issue
Block a user