-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kbtz
committed
Aug 7, 2022
1 parent
32089d3
commit 9b66ab9
Showing
13 changed files
with
207 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
[core] | ||
plugins = \ | ||
alpha \ | ||
autostart \ | ||
command \ | ||
animate \ | ||
cube \ | ||
fast-switcher \ | ||
invert \ | ||
move \ | ||
place \ | ||
resize \ | ||
rounded-corners \ | ||
simple-tile \ | ||
switcher \ | ||
vswitch \ | ||
wallpaper \ | ||
window-rules \ | ||
wf-info \ | ||
wm-actions \ | ||
wobbly \ | ||
zoom | ||
|
||
close_top_view = <super> KEY_Q | ||
vwidth = 3 | ||
vheight = 2 | ||
|
||
[wallpaper:A] | ||
path = /home/safe/wall/sisyphus-up.jpeg | ||
workspaces = 0 | ||
|
||
[wallpaper:B] | ||
path = /home/safe/wall/sadko-up.jpeg | ||
workspaces = 1 | ||
|
||
[wallpaper:C] | ||
path = /home/safe/wall/diogenes-up.jpeg | ||
workspaces = 2 | ||
|
||
[wallpaper:a] | ||
path = /home/safe/wall/sisyphus-down.jpeg | ||
workspaces = 3 | ||
|
||
[wallpaper:b] | ||
path = /home/safe/wall/sadko-down.jpeg | ||
workspaces = 4 | ||
|
||
[wallpaper:c] | ||
path = /home/safe/wall/diogenes-down.jpeg | ||
workspaces = 5 | ||
|
||
[wallpaper:break] | ||
path = /home/safe/wall/live/break.glsl | ||
workspaces = 9 | ||
|
||
[move] | ||
activate = <super> BTN_LEFT | ||
|
||
[resize] | ||
activate = <super> BTN_RIGHT | ||
|
||
[zoom] | ||
modifier = <super> | ||
|
||
[alpha] | ||
modifier = <super> <ctrl> | ||
|
||
[invert] | ||
toggle = <super> KEY_N | ||
|
||
[autostart] | ||
notifications = mako | ||
scheduler = doas atd | ||
|
||
[simple-tile] | ||
animation_duration = 0 | ||
inner_gap_size = 8 | ||
outer_horiz_gap_size = 16 | ||
outer_vert_gap_size = 16 | ||
key_toggle = <super> KEY_T | ||
|
||
[switcher] | ||
next_view = <super> KEY_RIGHT | ||
prev_view = <super> KEY_LEFT | ||
|
||
[fast-switcher] | ||
activate = <super> KEY_J | ||
inactive_alpha = 0.3 | ||
|
||
[vswitch] | ||
duration = 150 | ||
wraparound = true | ||
binding_up = <super> KEY_L | ||
binding_down = <super> KEY_E | ||
with_win_up = <super> <shift> KEY_L | ||
with_win_down = <super> <shift> KEY_E | ||
with_win_left = <super> <shift> KEY_O | ||
with_win_right = <super> <shift> KEY_U | ||
|
||
[cube] | ||
rotate_left = <super> KEY_O | ||
rotate_right = <super> KEY_U | ||
activate = <ctrl> <alt> BTN_LEFT | ||
initial_animation = 150 | ||
|
||
[command] | ||
binding_terminal = <super> KEY_ENTER | ||
command_terminal = kitty | ||
|
||
binding_launcher = <super> KEY_D | ||
command_launcher = dmenu_run | ||
|
||
binding_date = <super> KEY_2 | ||
command_date = notify-send "$(date +%r)" | ||
|
||
binding_regap = <super> KEY_3 | ||
command_regap = ~f/bin/swap ~f/cfg/wfdesk.ini simple-tile outer_horiz_gap_size 256 16 | ||
|
||
binding_regap_h = <super> <shift> KEY_3 | ||
command_regap_h = ~f/bin/swap ~f/cfg/wfdesk.ini simple-tile outer_vert_gap_size 172 16 | ||
|
||
binding_web = <super> KEY_6 | ||
command_web = chromium | ||
|
||
binding_code = <super> KEY_7 | ||
command_code = code | ||
|
||
binding_music = <super> KEY_8 | ||
command_music = youtube-music | ||
|
||
binding_blanket = <super> KEY_9 | ||
command_blanket = blanket | ||
|
||
binding_gimp = <super> KEY_0 | ||
command_gimp = gimp | ||
|
||
binding_screenshot = <super> KEY_S | ||
command_screenshot = slurp | grim -g - $(date '+%F_%T').jpeg | ||
|
||
repeatable_binding_volume_up = KEY_VOLUMEUP | ||
repeatable_binding_volume_down = KEY_VOLUMEDOWN | ||
command_volume_up = amixer set Master 5%+ | ||
command_volume_down = amixer set Master 5%- | ||
binding_mute = KEY_MUTE | ||
command_mute = amixer set Master toggle | ||
|
||
[window-rules] | ||
alpha_ytm = on created if app_id is "YouTube Music" then set alpha 0.9 | ||
alpha_code = on created if app_id is "Code" then set alpha 0.9 | ||
alpha_blanket = on created if app_id contains "Blanket" then set alpha 0.8 | ||
|
||
[wm-actions] | ||
toggle_sticky = <super> KEY_G | ||
toggle_fullscreen = <super> KEY_F | ||
toggle_always_on_top = <super> KEY_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
d() { | ||
[ $# -ne 1 ] && cd /home/code && return | ||
ff d $1 /home/code && cd $match | ||
} | ||
|
||
alias dd='vite' | ||
alias db='build' | ||
alias dbd='build-data' | ||
|
||
di() { | ||
cwd=`npm prefix`/lib | ||
mkdir -p $cwd | ||
ni -g --prefix $cwd | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,7 @@ ch() { | |
} | ||
|
||
cc() { | ||
[ $# -ne 1 ] && cd /home/code && return | ||
c /home/code/$1 | ||
echo use d | ||
} | ||
|
||
cr() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ cya() { | |
loginctl suspend | ||
while true; do | ||
sleep 5 | ||
snd bell | ||
sndl bell | ||
done | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters