Merge branch 'master' of github.com:Chostakovitch/dotfiles
commit
0005cca29a
|
@ -40,3 +40,4 @@ exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with In
|
||||||
# Larger Thunderbird floating window
|
# Larger Thunderbird floating window
|
||||||
for_window [class="Mail"] resize set 2500 1500
|
for_window [class="Mail"] resize set 2500 1500
|
||||||
for_window [class="Signal"] resize set 2500 1500
|
for_window [class="Signal"] resize set 2500 1500
|
||||||
|
for_window [class="Telegram"] resize set 2500 1500
|
||||||
|
|
|
@ -99,7 +99,7 @@ bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend
|
||||||
bindsym Mod4+e exec nemo
|
bindsym Mod4+e exec nemo
|
||||||
|
|
||||||
# screenshot and save to file
|
# screenshot and save to file
|
||||||
bindsym $mod+Print exec ~/.config/i3/scripts/screenshot.py -s
|
bindsym Shift+Print exec ~/.config/i3/scripts/screenshot.py -s
|
||||||
# screenshot and upload to Lychee
|
# screenshot and upload to Lychee
|
||||||
bindsym Print exec ~/.config/i3/scripts/screenshot.py -u
|
bindsym Print exec ~/.config/i3/scripts/screenshot.py -u
|
||||||
|
|
||||||
|
@ -117,8 +117,12 @@ bindsym $mod+n exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
|
||||||
# read 1 character and go to the window with the character
|
# read 1 character and go to the window with the character
|
||||||
bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
bindsym $mod+Shift+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
||||||
|
|
||||||
|
# pass
|
||||||
bindsym $mod+p exec picamenu
|
bindsym $mod+p exec picamenu
|
||||||
|
|
||||||
|
# open config folder in editor
|
||||||
|
bindsym $mod+c exec atom ~/.config
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
# BINDINGS FOR STANDARD OPERATIONS
|
# BINDINGS FOR STANDARD OPERATIONS
|
||||||
##################################
|
##################################
|
||||||
|
|
|
@ -15,11 +15,6 @@ bar-indicator = |
|
||||||
bar-fill = ─
|
bar-fill = ─
|
||||||
bar-empty = ─
|
bar-empty = ─
|
||||||
|
|
||||||
[module/luminosity]
|
|
||||||
type = custom/script
|
|
||||||
exec = ~/.config/polybar/scripts/luminosity.sh
|
|
||||||
interval = 1
|
|
||||||
|
|
||||||
[module/pulseaudio]
|
[module/pulseaudio]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
4
.zshrc
4
.zshrc
|
@ -116,4 +116,6 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net
|
||||||
eval "$(ssh-agent -s -t 3600)" &>/dev/null
|
eval "$(ssh-agent -s -t 3600)" &>/dev/null
|
||||||
|
|
||||||
alias lt='ls -lath'
|
alias lt='ls -lath'
|
||||||
export PATH=${PATH}:~/picasoft/pass
|
export PATH=${PATH}:~/picasoft/pass:/home/go/bin/
|
||||||
|
|
||||||
|
source <(mmctl completion zsh)
|
||||||
|
|
Loading…
Reference in New Issue