Merge branch 'master' of github.com:aarongut/dotfiles
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[redshift]
|
[redshift]
|
||||||
temp-day=6500
|
temp-day=6500
|
||||||
temp-night=4000
|
temp-night=3500
|
||||||
|
|
||||||
transition=0
|
transition=0
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ bindsym XF86AudioNext exec --no-startup-id mpc next
|
|||||||
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
bindsym XF86AudioPrev exec --no-startup-id mpc prev
|
||||||
|
|
||||||
# lock
|
# lock
|
||||||
bindsym XF86ScreenSaver exec i3lock -c 2e93f4
|
bindsym XF86ScreenSaver exec --no-startup-id lock -c 2e93f4
|
||||||
|
|
||||||
# print screen
|
# print screen
|
||||||
bindsym Print exec scrot
|
bindsym Print exec scrot
|
||||||
@@ -197,7 +197,7 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
# move workspace between windows
|
# move workspace between windows
|
||||||
bindsym $mod+m move workspace to output left
|
bindsym $mod+m move workspace to output up
|
||||||
|
|
||||||
set $base #5f88Af
|
set $base #5f88Af
|
||||||
set $base_text #C1D6EA
|
set $base_text #C1D6EA
|
||||||
@@ -212,9 +212,9 @@ bar {
|
|||||||
# Laptop Screen
|
# Laptop Screen
|
||||||
output LVDS1
|
output LVDS1
|
||||||
output LVDS2
|
output LVDS2
|
||||||
|
output LVDS-1
|
||||||
|
output DP-1
|
||||||
status_command py3status
|
status_command py3status
|
||||||
tray_output LVDS1
|
|
||||||
tray_output LVDS2
|
|
||||||
colors {
|
colors {
|
||||||
background $base
|
background $base
|
||||||
statusline $base_text
|
statusline $base_text
|
||||||
|
|||||||
4
.vim/indent/ocaml.vim
Normal file
4
.vim/indent/ocaml.vim
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
setlocal expandtab
|
||||||
|
setlocal tabstop=4
|
||||||
|
setlocal softtabstop=2
|
||||||
|
setlocal shiftwidth=2
|
||||||
9
bin/lock
Executable file
9
bin/lock
Executable file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
IMG=/tmp/lock.png
|
||||||
|
SCREENSHOT="scrot $IMG"
|
||||||
|
|
||||||
|
$SCREENSHOT
|
||||||
|
convert -scale 10% -scale 1000% $IMG $IMG
|
||||||
|
i3lock -i $IMG
|
||||||
|
rm -f $IMG
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
xrandr --output VGA1 --left-of LVDS1 --auto
|
xrandr --output DP-1 --above LVDS-1 --auto
|
||||||
|
|
||||||
feh --randomize --bg-fill ~/Pictures/Backgrounds/*
|
feh --randomize --bg-fill ~/Backgrounds/*
|
||||||
|
|||||||
Reference in New Issue
Block a user