Merge branch 'master' of github.com:meatballhat/dotfiles

This commit is contained in:
2020-03-26 09:49:18 -04:00
17 changed files with 99 additions and 18 deletions

View File

@@ -7,6 +7,8 @@ window:
x: 0
y: 0
dynamic_padding: false
decorations: none
startup_mode: Maximized
scrolling:
history: 10000
multiplier: 3

View File

@@ -1,6 +1,6 @@
set $mod Mod4
font pango:DejaVu Sans Mono 12
font pango:Comic Code Bold 13
exec "setxkbmap -layout dvorak"
@@ -8,7 +8,7 @@ exec "setxkbmap -layout dvorak"
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec xfce4-terminal
bindsym $mod+Return exec alacritty
# kill focused window
bindsym $mod+Shift+q kill
@@ -102,12 +102,12 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -1000
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +1000
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
bindsym XF86MonBrightnessDown exec ~/.i3status-update-do xbacklight -5
bindsym XF86MonBrightnessUp exec ~/.i3status-update-do xbacklight +5
bindsym XF86MonBrightnessDown exec ~/.local/bin/i3status-update-do xbacklight -5
bindsym XF86MonBrightnessUp exec ~/.local/bin/i3status-update-do xbacklight +5
bindsym XF86Tools exec i3lock -c ed1c24
bindsym XF86Calculator exec xcalc
bindsym XF86Display exec ~/.i3-screenlayout-toggle
bindsym XF86Display exec ~/.local/bin/i3-screenlayout-toggle
bindsym Print exec xfce4-screenshooter
# resize window (you can also use the mouse for that)
@@ -139,5 +139,5 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command "i3status | python ~/.i3wrapper.py"
status_command "i3status | python ~/.local/bin/i3wrapper.py"
}

32
config/kitty/kitty.conf Normal file
View File

@@ -0,0 +1,32 @@
font_family Comic Code
bold_font_family Comic Code Bold
italic_font Comic Code Italic
bold_italic_font Comic Code Bold Italic
font_size 11.0
color0 #000000
color8 #575b70
color1 #ff5555
color9 #ff6e67
color2 #50fa7b
color10 #5af78e
color3 #f1fa8c
color11 #f4f99d
color4 #caa9fa
color12 #cab9fb
color5 #ff79c6
color13 #ff92d0
color6 #8be9fd
color14 #9aedfe
color7 #bfbfbf
color15 #e6e6e6
hide_window_decorations yes

View File

@@ -4,3 +4,5 @@ temp-night=3000
transition=1
brightness-day=1.0
brightness-night=0.8
# vim:filetype=cfg

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
main() {
: "${BRIGHTNESS_DAY:=100}"

View File

@@ -1,5 +1,5 @@
[Service]
ExecStart=
ExecStart=/home/me/.redshift-gtk-wrapper
ExecStart=/home/me/.local/bin/redshift-gtk-wrapper
SyslogIdentifier=
SyslogIdentifier=redshift-gtk

View File

@@ -1,5 +1,5 @@
[Service]
ExecStart=
ExecStart=/home/me/.redshift-wrapper
ExecStart=/home/me/.local/bin/redshift-wrapper
SyslogIdentifier=
SyslogIdentifier=redshift