Changes
This commit is contained in:
parent
0c147d6604
commit
075d586bbf
@ -5,9 +5,9 @@ assign [class=midori4] 2
|
|||||||
assign [class=Chromium-browser] 2
|
assign [class=Chromium-browser] 2
|
||||||
exec --no-startup-id "zsh -c 'xrandr --output LVDS1 --primary || xrandr --output HDMI3 --primary'"
|
exec --no-startup-id "zsh -c 'xrandr --output LVDS1 --primary || xrandr --output HDMI3 --primary'"
|
||||||
bindsym $mod+shift+d exec i3-input -F 'rename workspace to "%s"' -P 'Rename to: '
|
bindsym $mod+shift+d exec i3-input -F 'rename workspace to "%s"' -P 'Rename to: '
|
||||||
bindsym $mod+semicolon exec quickswitch.py -d 'rofi -dmenu $(i3-color-rofi)'
|
bindsym $mod+semicolon exec quickswitch.py -d 'rofi -dmenu'
|
||||||
#bindsym $mod+semicolon exec rofi -term urxvt -show window $()
|
#bindsym $mod+semicolon exec rofi -term urxvt -show window $()
|
||||||
bindsym $mod+p exec rofi -show run $(i3-color-rofi)
|
bindsym $mod+p exec rofi -show run
|
||||||
bindsym $mod+shift+p exec "~/.i3/run.sh pass"
|
bindsym $mod+shift+p exec "~/.i3/run.sh pass"
|
||||||
#exec xrandr --output HDMI3 --left-of HDMI1 &
|
#exec xrandr --output HDMI3 --left-of HDMI1 &
|
||||||
#exec xmodmap ~/.Xmodmap &
|
#exec xmodmap ~/.Xmodmap &
|
||||||
@ -18,7 +18,7 @@ bindsym Print exec "shutter -r"
|
|||||||
#bindsym XF86AudioMute exec amixer -q set Master toggle
|
#bindsym XF86AudioMute exec amixer -q set Master toggle
|
||||||
|
|
||||||
#screensaver
|
#screensaver
|
||||||
bindsym $mod+backslash exec rofi $(i3-color-rofi) -show ssh
|
bindsym $mod+backslash exec rofi -show ssh
|
||||||
bindsym $mod+shift+backslash exec "cat /tmp/noss&&(rm /tmp/noss;notify-send 'Screensaver Enabled' -t 200)||(touch /tmp/noss;notify-send 'Screensaver Disabled' -t 200)"
|
bindsym $mod+shift+backslash exec "cat /tmp/noss&&(rm /tmp/noss;notify-send 'Screensaver Enabled' -t 200)||(touch /tmp/noss;notify-send 'Screensaver Disabled' -t 200)"
|
||||||
#exec --no-startup-id xautolock -time 10 -locker '~/.i3/run.sh screensaver'
|
#exec --no-startup-id xautolock -time 10 -locker '~/.i3/run.sh screensaver'
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@ if [ "$1" = "lock" ];then
|
|||||||
#TRACK=$(xinput list | grep 'TouchPad' | sed -e 's/.*id=//' | cut -f 1)
|
#TRACK=$(xinput list | grep 'TouchPad' | sed -e 's/.*id=//' | cut -f 1)
|
||||||
#xinput set-prop $MOUSE "Device Enabled" 0
|
#xinput set-prop $MOUSE "Device Enabled" 0
|
||||||
#xinput set-prop $TRACK "Device Enabled" 0
|
#xinput set-prop $TRACK "Device Enabled" 0
|
||||||
##while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$((rofi -dmenu $(i3-color-rofi))</dev/null);done
|
##while [ ! "$PASSWORD" = "a" ];do export PASSWORD=$((rofi -dmenu)</dev/null);done
|
||||||
#xinput set-prop $MOUSE "Device Enabled" 1
|
#xinput set-prop $MOUSE "Device Enabled" 1
|
||||||
#xinput set-prop $TRACK "Device Enabled" 1
|
#xinput set-prop $TRACK "Device Enabled" 1
|
||||||
##synclient TouchpadOff=0
|
##synclient TouchpadOff=0
|
||||||
fi
|
fi
|
||||||
if [ "$1" = "pass" ];then
|
if [ "$1" = "pass" ];then
|
||||||
pass -c $(ls ~/.password-store/*/*|cut -b-37 --complement|rofi -dmenu $(i3-color-rofi)|sed -e 's/\.gpg//')
|
pass -c $(ls ~/.password-store/*/*|cut -b-37 --complement|rofi -dmenu|sed -e 's/\.gpg//')
|
||||||
fi
|
fi
|
||||||
if [ "$1" = "screensaver" ];then
|
if [ "$1" = "screensaver" ];then
|
||||||
cat /tmp/noss||i3lock -di `shuf -n1 -e ~/.i3/wall/*`
|
cat /tmp/noss||i3lock -di `shuf -n1 -e ~/.i3/wall/*`
|
||||||
|
@ -76,8 +76,12 @@ while getopts ":hbsdpcw" VALUE "$@"; do
|
|||||||
fi
|
fi
|
||||||
if [ ! -d ~/.fzf ] ; then
|
if [ ! -d ~/.fzf ] ; then
|
||||||
git clone https://github.com/stonewareslord/fzf.git ~/.fzf
|
git clone https://github.com/stonewareslord/fzf.git ~/.fzf
|
||||||
~/.fzf/install -y
|
else
|
||||||
|
\cd ~/.fzf
|
||||||
|
git pull origin master
|
||||||
|
\cd -
|
||||||
fi
|
fi
|
||||||
|
~/.fzf/install -y
|
||||||
else
|
else
|
||||||
echo "No git! Not installing fzf or antigen"
|
echo "No git! Not installing fzf or antigen"
|
||||||
fi
|
fi
|
||||||
|
@ -56,3 +56,9 @@ URxvt.color15: #ffffff
|
|||||||
! Rofi settings
|
! Rofi settings
|
||||||
rofi.terminal: urxvt
|
rofi.terminal: urxvt
|
||||||
rofi.padding: 0
|
rofi.padding: 0
|
||||||
|
! Generated from i3-color-rofi
|
||||||
|
! -bg #121212 -fg #8f8f8f -hlbg #5a5a5a -hlfg #000000
|
||||||
|
rofi.bg: #121212
|
||||||
|
rofi.fg: #8f8f8f
|
||||||
|
rofi.hlbg: #5a5a5a
|
||||||
|
rofi.hlfg: #000000
|
||||||
|
@ -31,7 +31,7 @@ vnoremap H ^
|
|||||||
noremap Y :js util.copyToClipboard(content.document.title, true)<CR>
|
noremap Y :js util.copyToClipboard(content.document.title, true)<CR>
|
||||||
"set animations=true
|
"set animations=true
|
||||||
silent! colorscheme vimPgray
|
silent! colorscheme vimPgray
|
||||||
set defsearch=google
|
set defsearch=disconnect
|
||||||
style -name ublick * #nav-bar * { visibility: visible; }
|
style -name ublick * #nav-bar * { visibility: visible; }
|
||||||
set titlestring=Firefox
|
set titlestring=Firefox
|
||||||
set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation
|
set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation
|
||||||
|
Loading…
Reference in New Issue
Block a user