Big update of shit for FreeBSD usage

This commit is contained in:
Colin Powell
2020-01-30 14:04:36 -05:00
parent 1c04395e54
commit 484d4d3e88
8 changed files with 11 additions and 16 deletions

2
.gitignore vendored
View File

@ -13,3 +13,5 @@ conf.d/plugin-direnv_init.fish
.uuid
/radiotray-ng/.config/radiotray-ng/radiotray-ng.pid
QtProject.conf
powellc
1904_powellc

View File

@ -91,7 +91,7 @@ font:
#style: Italic
# Point size
size: 9.0
size: 10.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -119,7 +119,7 @@ draw_bold_text_with_bright_colors: false
colors:
# Default colors
primary:
background: '0x000000'
background: '0x111111'
foreground: '0xeaeaea'
# Bright and dim foreground colors

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
((1 (1.9000000000000001 . 3.72) (2.08 . 3.86) (1.7000000000000002 . 3.44) (2.36 . 3.86) (2.2199999999999998 . 3.725) (1.8199999999999998 . 3.455) (2.1799999999999997 . 3.72) (1.96 . 3.58) (2.04 . 3.59)) (2 (1.4200000000000004 . 1.909) (1.56 . 2.03) (1.96 . 2.238) (1.8199999999999998 . 2.112) (2.04 . 2.195)))

View File

@ -41,7 +41,7 @@ SETUVAR fish_pager_color_completion:\x1d
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_user_paths:/Users/colinpowell/\x2efzf/bin\x1e/home/powellc/\x2efzf/bin
SETUVAR fish_user_paths:/Users/colinpowell/\x2efzf/bin\x1e/home/powellc/\x2efzf/bin\x1e/usr/home/powellc/\x2efzf/bin
SETUVAR pure_begin_prompt_with_current_directory:true
SETUVAR pure_color_command_duration:pure_color_warning
SETUVAR pure_color_current_directory:pure_color_primary

View File

@ -261,9 +261,9 @@ bindsym $mod+Shift+slash exec mixer mic 0
bindsym $mod+Shift+comma exec mixer mic -5
bindsym $mod+Shift+period exec mixer mic +5
##bindsym XF86AudioRaiseVolume exec mixer vol +5
##bindsym XF86AudioLowerVolume exec mixer vol -5
##bindsym XF86AudioMicMute exec mixer mic toggle
bindsym XF86AudioRaiseVolume exec mixer vol +5
bindsym XF86AudioLowerVolume exec mixer vol -5
bindsym XF86AudioMicMute exec mixer mic toggle
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness

View File

@ -9,7 +9,7 @@ c.url.searchengines = {
"m": "https://www.openstreetmap.com/search?query={}",
"p": "https://thepirateboat.info/s/?q={}",
"w": "https://www.wikiwand.com/en/{}?fullSearch=false",
"z": "https://zoom.us/wc/{}/start",
"z": "https://zoom.us/wc/{}/join",
}
c.messages.timeout = 5000
@ -22,7 +22,7 @@ config.set("fonts.tabs", "10pt monospace")
config.set("fonts.statusbar", "10pt monospace")
config.set("fonts.completion.entry", "10pt monospace")
config.set("zoom.default", "100%")
config.set("downloads.location.directory", "/home/powellc/var/downloads")
config.set("downloads.location.directory", "/home/powellc/tmp/downloads")
config.set("downloads.location.prompt", False)
config.bind("wo", "set-cmd-text -s :open -w")

View File

@ -1,5 +1,2 @@
#!/bin/sh
export DISPLAY=:0
xrandr --output HDMI-2 --off --output HDMI-1 --mode 2560x1440 --pos 1920x192 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --mode 1920x1080 --pos 4480x0 --rotate left
~/.screenlayout/keyboard-and-bg.sh
i3 restart
xrandr --output HDMI-2 --off --output HDMI-1 --mode 2560x1440 --pos 1920x184 --rotate normal --output DP-1 --off --output eDP-1 --mode 1920x1080 --pos 0x384 --rotate normal --output DP-2 --mode 1920x1080 --pos 4480x0 --rotate left