dotfiles update
This commit is contained in:
@@ -18,6 +18,7 @@ set -g mouse on
|
||||
set -g history-limit 30000
|
||||
bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"
|
||||
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"
|
||||
|
||||
set -g status-position bottom
|
||||
set -g status-bg black
|
||||
|
||||
@@ -364,7 +364,7 @@ globalkeys = gears.table.join(
|
||||
-- Extend monitor
|
||||
awful.key({ "Control", "Mod4" }, "e", function () awful.util.spawn("/home/snarbutas/.bin/multimonitor", false) end),
|
||||
-- Lock computer
|
||||
awful.key({ "Control", "Mod4" }, "l", function () awful.util.spawn("i3lock -c 000000 -i /home/snarbutas/Pictures/spiral1.png") end),
|
||||
awful.key({ "Control", "Mod4" }, "l", function () awful.util.spawn("loginctl lock-session") end),
|
||||
awful.key({ "Control", "Mod4", "Shift" }, "l",
|
||||
function ()
|
||||
awful.util.spawn("i3lock -c 000000 -i /home/snarbutas/Pictures/spiral1.png")
|
||||
@@ -416,7 +416,7 @@ globalkeys = gears.table.join(
|
||||
end),
|
||||
awful.key({ "Control", "Mod4" }, "s",
|
||||
function ()
|
||||
awful.util.spawn_with_shell("sleep .1 && scrot -s '%d-%m-%y_%H:%M:%s_scrot.png' -e 'mv $f ~/Pictures/scrots/'", naughty.notify {text = "scrot complete", timeout = 0.5, bg = "#ad11c7"})
|
||||
awful.util.spawn_with_shell("sleep .1 && scrot -s '%d-%m-%y_%H_%M_scrot.png' -e 'mv $f ~/Pictures/scrots/'", naughty.notify {text = "scrot complete", timeout = 0.5, bg = "#ad11c7"})
|
||||
end),
|
||||
|
||||
awful.key({ modkey, "Control" }, "n",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
xss-lock -- i3lock -c 000000 -i /home/snarbutas/Pictures/spiral1.png &
|
||||
xmodmap ~/.Xmodmap 2>~/.Xmodlog
|
||||
ssh-agent -s > ~/.ssh/agent
|
||||
exec awesome
|
||||
|
||||
1
.zsh.d/00-path.zsh
Symbolic link
1
.zsh.d/00-path.zsh
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/snarbutas/.yadm/alt/.zsh.d/00-path.zsh##Linux.epiphanius
|
||||
@@ -17,3 +17,4 @@ fi
|
||||
alias find='noglob find'
|
||||
alias git='noglob git'
|
||||
alias history='history -100'
|
||||
alias gssh='gcloud compute ssh --ssh-flag "-J shd-gcp-jump-001.bolcom.net"'
|
||||
|
||||
Reference in New Issue
Block a user