diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index ee988c6..2092b72 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,6 +1,7 @@ source ~/.asdf/asdf.fish set -gx PATH ~/.cargo/bin $PATH set -gx PATH ~/.bin $PATH +set -gx PATH ~/.screenlayout $PATH set -gx PATH ~/.emacs.d/bin $PATH set -gx PATH ~/.fzf/bin $PATH set -gx PATH ~/.local/bin $PATH diff --git a/i3/.Xresources b/i3/.Xresources index 1a101d6..be212ab 100644 --- a/i3/.Xresources +++ b/i3/.Xresources @@ -1,5 +1,5 @@ setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle setxkbmap -option caps:escape -option compose:ralt & -Xcursor*theme: whiteglass Xcursor*size: 24 +Xcursor*theme: whiteglass diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 884ef02..2751f0c 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -266,6 +266,9 @@ bindsym XF86AudioLowerVolume exec mixer vol -5 bindsym XF86AudioMicMute exec mixer mic toggle # Sreen brightness controls +bindsym $mod+F5 exec intel_backlight decr +bindsym $mod+F6 exec intel_backlight incr + bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness @@ -285,14 +288,16 @@ bindsym $mod+Shift+b exec ~/.config/rofi/books-search.sh bindsym $mod+Shift+c exec ~/.config/rofi/github-repos.sh bindsym Print exec --no-startup-id gnome-screenshot -bindsym $mod+Ctrl+f exec --no-startup-id $browser https://15five.15five.com/report/current/ -bindsym $mod+Ctrl+g exec --no-startup-id $browser https://github.com/15five/fifteen5/pulls -bindsym $mod+Ctrl+p exec --no-startup-id $browser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc +bindsym $mod+Ctrl+f exec --no-startup-id $solobrowser https://15five.15five.com/report/current/ +bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls +bindsym $mod+Ctrl+p exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc bindsym $mod+Ctrl+a exec $solobrowser https://www.astrobin.com/iotd/archive/ bindsym $mod+Ctrl+m exec $solobrowser https://play.unbl.ink/iris bindsym $mod+Ctrl+d exec $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa bindsym $mod+Ctrl+q exec $solobrowser https://15five.quip.com/ +bindsym $mod+Ctrl+s exec $solobrowser https://15five.slack.com/ +bindsym $mod+Ctrl+r exec $solobrowser https://randomaccessbrewery.slack.com/ bindsym $mod+e exec emacsclient -c diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml index 6e84f89..d69d296 100644 --- a/qutebrowser/.config/qutebrowser/autoconfig.yml +++ b/qutebrowser/.config/qutebrowser/autoconfig.yml @@ -6,5 +6,7 @@ config_version: 2 settings: - content.media_capture: - https://zoom.us: true + content.geolocation: + https://campfire.rest: true + content.register_protocol_handler: + https://calendar.google.com?cid=%25s: true diff --git a/screenlayout/.screenlayout/titan-town.sh b/screenlayout/.screenlayout/titan-town.sh index 010fc08..316c4df 100755 --- a/screenlayout/.screenlayout/titan-town.sh +++ b/screenlayout/.screenlayout/titan-town.sh @@ -1,2 +1,3 @@ #!/bin/sh +changepaper.sh xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x600 --rotate normal --output DP-2 --mode 1680x1050 --pos 1920x0 --rotate left diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh index 99dc17f..5c4641e 100755 --- a/screenlayout/.screenlayout/titan-two.sh +++ b/screenlayout/.screenlayout/titan-two.sh @@ -1,2 +1,3 @@ #!/bin/sh +changepaper.sh xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --mode 2560x1440 --pos 0x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 2560x184 --rotate normal --output DP-2 --off diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index 42356a2..8335ffc 100644 --- a/ssh/.ssh/known_hosts +++ b/ssh/.ssh/known_hosts @@ -5,3 +5,4 @@ rhea.unbl.ink ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNT iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4= dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM= [git.unbl.ink]:222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys= +titan.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgvE1U+w/DG5/l0YP5T9jXtp9PPLD2DTyBAx3gTeJo4kqJtPmSPiUlLhaE9SXqtYuNoofLAJ5oGhUN+3s/61/E=