From 3063e9244520d43358243d2a08bdff4bd1ae8ff7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 16 Nov 2023 18:55:44 +0000 Subject: various --- .aliases.bashrc | 3 +++ .bashrc | 2 +- .config/foot/foot.ini | 2 +- .config/kak/kakrc | 12 ++++++------ .config/sway/config | 10 +++++++++- .ssh/config | 4 ++-- bin/idleify | 4 ++-- 7 files changed, 24 insertions(+), 13 deletions(-) diff --git a/.aliases.bashrc b/.aliases.bashrc index 023026b..65478fd 100644 --- a/.aliases.bashrc +++ b/.aliases.bashrc @@ -1,3 +1,4 @@ +alias g='grep' alias ls='ls --color=auto' alias grep='grep --color=auto' @@ -21,3 +22,5 @@ alias mirror='mpv --untimed --profile=low-latency --vf=hflip /dev/video0' alias gds='git diff --staged' alias mp='mpv --vid=no' + +alias lh='locate "/home/rebecca/*"' diff --git a/.bashrc b/.bashrc index 6c89e6f..e0d64e9 100644 --- a/.bashrc +++ b/.bashrc @@ -34,7 +34,7 @@ PROMPT_COMMAND='history -a; set_title "$(_dirtitle)"' # environment export XDG_CONFIG_HOME=$HOME/.config export EDITOR=kak -export MPD_HOST=192.168.0.23 +export MPD_HOST=192.168.0.17 # paths export LUA_PATH_5_3="$HOME/.local/lib/lua/5.3/?.lua;$HOME/.local/share/lua/5.3/?.lua;;" diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index bfe16d9..5fd49c8 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -71,7 +71,7 @@ launch=firefox-wayland ${url} [colors] # alpha=1.0 -foreground=dcdccc +foreground=ffffff background=000000 regular0=000000 diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 22cf734..7a616cd 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -6,12 +6,12 @@ set -add global ui_options terminal_status_on_top=true set global indentwidth 0 set global tabstop 4 -hook global WinSetOption filetype=python %{ - set window indentwidth 4 - hook -once -always window WinSetOption filetype=.* %{ - set window indentwidth 0 - } -} +# hook global WinSetOption filetype=python %{ +# set window indentwidth 4 +# hook -once -always window WinSetOption filetype=.* %{ +# set window indentwidth 0 +# } +# } map global user ':comment-line' -docstring 'comment line' diff --git a/.config/sway/config b/.config/sway/config index 2ce6169..efafb52 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,7 +8,7 @@ set $right l set $term foot set $menu bemenu-run | xargs swaymsg exec -- -output * bg /home/rebecca/med/misc/man_pogging_at_egg.png stretch +output * bg /home/rebecca/art/img/lagana.png stretch input * { xkb_layout "gb,gb" @@ -26,6 +26,11 @@ input type:touchpad { } +output HDMI_A-1 { + mode 1920x1080@60Hz + power on + bg /home/rebecca/art/img/lagana.png stretch +} exec pipewire exec wireplumber exec pipewire-pulse @@ -161,6 +166,9 @@ bindsym Print exec slurp|grim -g- -|feh - -.wG -A'[upload]/home/rebecca/bin/rupl bindsym $mod+BackSpace exec dunstctl close-all + +bindsym $mod+p move workspace to output right + exec wlsunset -T 6500 -t 3200 -L -2 -l 53 include /etc/sway/config.d/* diff --git a/.ssh/config b/.ssh/config index 4d51158..f0e345a 100644 --- a/.ssh/config +++ b/.ssh/config @@ -31,5 +31,5 @@ Host newjerver HostName 192.168.0.16 Host media - Hostname 192.168.0.23 - User media + Hostname 192.168.0.17 + User mj diff --git a/bin/idleify b/bin/idleify index 7cde7bb..6867d77 100755 --- a/bin/idleify +++ b/bin/idleify @@ -2,6 +2,6 @@ lock="swaylock -f --indicator-radius 400 --indicator-thickness 20 --ring-color df73ff --key-hl-color 663399 -K -c 000000" exec swayidle -w \ - timeout 120 "$lock" \ - timeout 300 'swaymsg "output * power off"' \ + timeout 300 "$lock" \ + timeout 360 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' -- cgit v1.2.3