diff options
| author | benj <benj@rse8.com> | 2021-06-11 18:32:21 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-06-11 18:32:21 -0700 |
| commit | 388f979519ed7ccbd2b0a6d8414412bfc2cf65a4 (patch) | |
| tree | 00ebefa6ae900cf8396cca99519546bf84ca0922 | |
| parent | a45e6d970c53d3fe79dfc369b04c9b434bba7a41 (diff) | |
| download | setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar.gz setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar.bz2 setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar.lz setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar.xz setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.tar.zst setup-388f979519ed7ccbd2b0a6d8414412bfc2cf65a4.zip | |
- drop imagine keys
- drop monitor bindsyms
- spaces in i3bar logos
Diffstat (limited to '')
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | 90-hidpi-monitor.conf | 11 | ||||
| -rw-r--r-- | des/i3/config | 6 | ||||
| -rw-r--r-- | des/i3/i3blocks/config | 6 |
4 files changed, 16 insertions, 11 deletions
@@ -74,7 +74,7 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then alias ls='ls --color=auto' # Setup keychain - /usr/bin/keychain $HOME/.ssh/id_rsa $HOME/.ssh/id_ed25519 $HOME/.ssh/imagine_id_rsa $HOME/.ssh/nido_id_ed25519 + /usr/bin/keychain $HOME/.ssh/id_rsa $HOME/.ssh/id_ed25519 $HOME/.ssh/nido_id_ed25519 /usr/bin/keychain --agents gpg AE38865D . $HOME/.keychain/${HOSTNAME}-sh . $HOME/.keychain/${HOSTNAME}-sh-gpg @@ -95,7 +95,7 @@ if [ -f "/etc/arch-release" ]; then fi source ~/.setup/.git-completion.bash -source /usr/local/arcanist/resources/shell/bash-completion +#source /usr/local/arcanist/resources/shell/bash-completion source ~/.setup/.bashrc.local complete -C /usr/bin/vault vault diff --git a/90-hidpi-monitor.conf b/90-hidpi-monitor.conf new file mode 100644 index 0000000..c176f01 --- /dev/null +++ b/90-hidpi-monitor.conf @@ -0,0 +1,11 @@ +Section "Monitor" + Identifier "<default monitor>" + DisplaySize 423 238 +EndSection + +Section "Device" + Identifier "Card0" + Driver "intel" + Option "Backlight" "intel_backlight" + Option "DRI" "2" +EndSection diff --git a/des/i3/config b/des/i3/config index 0988813..661de3e 100644 --- a/des/i3/config +++ b/des/i3/config @@ -131,12 +131,6 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" -# switch to monitor -bindsym $mod+Mod1+1 focus output eDP-1 -bindsym $mod+Mod1+2 focus output DP-1 -bindsym $mod+Mod1+3 focus output DP-2 -bindsym $mod+Mod1+4 focus output HDMI-1 - # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 diff --git a/des/i3/i3blocks/config b/des/i3/i3blocks/config index 0835c08..1866bb9 100644 --- a/des/i3/i3blocks/config +++ b/des/i3/i3blocks/config @@ -23,17 +23,17 @@ interval=1 color=#a8afb0 [bandwidth] -instance=wlp3s0 +instance=wlp114s0 interval=1 # color=#859900 [memory] -label= +label= interval=1 color=#e6ccff [temperature] -label= +label= interval=10 color=#cb4b16 |
