From 388f979519ed7ccbd2b0a6d8414412bfc2cf65a4 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 11 Jun 2021 18:32:21 -0700 Subject: - drop imagine keys - drop monitor bindsyms - spaces in i3bar logos --- .bashrc | 4 ++-- 90-hidpi-monitor.conf | 11 +++++++++++ des/i3/config | 6 ------ des/i3/i3blocks/config | 6 +++--- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 90-hidpi-monitor.conf diff --git a/.bashrc b/.bashrc index a246c5f..9200aba 100644 --- a/.bashrc +++ b/.bashrc @@ -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 "" + 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 -- cgit v1.2.3