Getting caught up on a lot of little changes
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
source ~/.asdf/asdf.fish
|
source ~/.asdf/asdf.fish
|
||||||
set -gx PATH ~/.cargo/bin $PATH
|
set -gx PATH ~/.cargo/bin $PATH
|
||||||
set -gx PATH ~/.bin $PATH
|
set -gx PATH ~/.bin $PATH
|
||||||
|
set -gx PATH ~/.screenlayout $PATH
|
||||||
set -gx PATH ~/.emacs.d/bin $PATH
|
set -gx PATH ~/.emacs.d/bin $PATH
|
||||||
set -gx PATH ~/.fzf/bin $PATH
|
set -gx PATH ~/.fzf/bin $PATH
|
||||||
set -gx PATH ~/.local/bin $PATH
|
set -gx PATH ~/.local/bin $PATH
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
||||||
setxkbmap -option caps:escape -option compose:ralt &
|
setxkbmap -option caps:escape -option compose:ralt &
|
||||||
|
|
||||||
Xcursor*theme: whiteglass
|
|
||||||
Xcursor*size: 24
|
Xcursor*size: 24
|
||||||
|
Xcursor*theme: whiteglass
|
||||||
|
|||||||
@ -266,6 +266,9 @@ bindsym XF86AudioLowerVolume exec mixer vol -5
|
|||||||
bindsym XF86AudioMicMute exec mixer mic toggle
|
bindsym XF86AudioMicMute exec mixer mic toggle
|
||||||
|
|
||||||
# Sreen brightness controls
|
# 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 XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness
|
bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness
|
||||||
bindsym XF86Search exec ~/.config/i3/bright.sh 1 # 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 $mod+Shift+c exec ~/.config/rofi/github-repos.sh
|
||||||
|
|
||||||
bindsym Print exec --no-startup-id gnome-screenshot
|
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+f exec --no-startup-id $solobrowser https://15five.15five.com/report/current/
|
||||||
bindsym $mod+Ctrl+g exec --no-startup-id $browser https://github.com/15five/fifteen5/pulls
|
bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser 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+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+a exec $solobrowser https://www.astrobin.com/iotd/archive/
|
||||||
bindsym $mod+Ctrl+m exec $solobrowser https://play.unbl.ink/iris
|
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+d exec $solobrowser https://15five-dev.atlassian.net/secure/Dashboard.jspa
|
||||||
bindsym $mod+Ctrl+q exec $solobrowser https://15five.quip.com/
|
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
|
bindsym $mod+e exec emacsclient -c
|
||||||
|
|
||||||
|
|||||||
@ -6,5 +6,7 @@
|
|||||||
|
|
||||||
config_version: 2
|
config_version: 2
|
||||||
settings:
|
settings:
|
||||||
content.media_capture:
|
content.geolocation:
|
||||||
https://zoom.us: true
|
https://campfire.rest: true
|
||||||
|
content.register_protocol_handler:
|
||||||
|
https://calendar.google.com?cid=%25s: true
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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
|
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
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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
|
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
|
||||||
|
|||||||
@ -5,3 +5,4 @@ rhea.unbl.ink ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNT
|
|||||||
iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4=
|
iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4=
|
||||||
dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM=
|
dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM=
|
||||||
[git.unbl.ink]:222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys=
|
[git.unbl.ink]:222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys=
|
||||||
|
titan.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgvE1U+w/DG5/l0YP5T9jXtp9PPLD2DTyBAx3gTeJo4kqJtPmSPiUlLhaE9SXqtYuNoofLAJ5oGhUN+3s/61/E=
|
||||||
|
|||||||
Reference in New Issue
Block a user