Vim man script

This commit is contained in:
2019-05-18 00:27:08 -04:00
parent 9e70b84b62
commit a4d40fcebf
10 changed files with 28 additions and 19 deletions

View File

@@ -109,6 +109,7 @@ abbr grc "grep-c"
abbr grh "grep-headers"
abbr rgh "rg-headers"
abbr jcp "java-compile-run Percolation"
abbr jcr "java-compile-run"
abbr jct "java-compile-test"
# ]]] school #

View File

@@ -1,6 +1,5 @@
function java-compile-run
# javac -cp .:../algs4.jar $argv[1].java
# and java -cp .:../algs4.jar $argv[1]
javac $argv[1].java
and java $argv[1]
# javac -d out $argv[1].java
javac -d out *.java
and java -cp "$CLASSPATH:out" $argv[1]
end

View File

@@ -6,9 +6,10 @@ exec compton
exec imwheel
exec numlockx on
exec xbacklight -set 10
exec wal -i "$(/home/kevin/scripts/shuffler \"/home/kevin/Pictures/Backgrounds/dim/non-editing\")"
# exec wal -i "$(/home/kevin/scripts/shuffler \"/home/kevin/Pictures/Backgrounds/dim/non-editing\")"
exec wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing")
{{ end }}
# exec --no-startup-id i3-msg 'workspace $ws2; exec $term'
exec --no-startup-id i3-msg 'workspace $ws2; exec $term'
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
# ]]] startup #
@@ -16,8 +17,8 @@ exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
# applications [[[ #
set $mod Mod1
# set $browser "firefox"
set $browser "chromium"
set $browser "firefox"
# set $browser "chromium"
# set $term st
# set $term_alt urxvt
set $term urxvt
@@ -28,7 +29,7 @@ set $sch_dir "$HOME/Documents/School"
# app shortcuts [[[ #
bindsym Control+Return exec $term
bindsym Control+Shift+Return exec $term -A1
bindsym Control+Shift+Return exec st -A1
bindsym Control+$mod+Return exec $term_alt
# bindsym Control+$mod+Return exec st
# PROTIP: You can also dynamically set dmenu's colors this way:
@@ -44,6 +45,8 @@ bindsym Mod4+c exec $browser
bindsym Mod4+f exec firefox
bindsym Mod4+$mod+f exec echo 'Kevin@fosstodon.org' | xclip -selection clipboard
bindsym Mod4+h exec echo 'kevin.mok@live.ca' | xclip -selection clipboard
# bindsym $mod+m exec ~/scripts/vim-man
bindsym $mod+m exec urxvt -e ~/scripts/vim-man
bindsym Mod4+$mod+m exec pass -c uoft/markus
bindsym Mod4+n exec urxvt -e nvim
bindsym Mod4+o exec xclip -selection clipboard ~/.password-store/social/gmail
@@ -293,7 +296,8 @@ bindsym Mod4+F5 workspace $ws5; exec cd ~/coding/ada-mario && godot -e
for_window [class="Face_detector"] floating enable
for_window [class="Face_detector"] move absolute position 0 0
for_window [class="ada-mario"] floating enable
for_window [class="ada-mario"] move absolute position 930 480
# for_window [class="ada-mario"] move absolute position 930 480
for_window [class="ada-mario"] move absolute position 640 0
set $ws6 "6 "
workspace $ws6 output $secondary

View File

@@ -3,6 +3,7 @@ audio.sync_bitrate_enumeration=4
ui.track_notifications_enabled=false
ui.show_friend_feed=false
audio.play_bitrate_enumeration=4
app.player.volume=40000
{{ if eq .chezmoi.fullHostname "x1-carbon" }}
app.browser.zoom-level=300
{{ else }}