dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit b08e214feaf312ec6ad05b3e99545e68c9e4d1e1
parent a81d9d631a3f696fb08a7fee7c42abf18e1e4029
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Wed, 28 Feb 2024 20:01:50 -0500

minor changes.

Diffstat:
M.bash_profile | 2+-
M.config/sway/config | 7+++++++
M.emacs | 4++--
Mdevice-specific/laptop/hardware | 10++++++++--
4 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -9,6 +9,6 @@ fi if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then echo 'welcome bozo' export MOZ_ENABLE_WAYLAND=1 - export GTK_THEME=Adwaita-dark + export GTK_THEME=Adwaita:dark dbus-run-session sway fi diff --git a/.config/sway/config b/.config/sway/config @@ -23,6 +23,8 @@ include ./hardware-specific-config exec dbus-update-activation-environment WAYLAND_DISPLAY +exec dunst + ### Key bindings # # Basics: @@ -39,6 +41,9 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY # ssh-client script bindsym $mod+Shift+Return exec sshmenu + # rdp-client script + bindsym $mod+Shift+r exec rdpmenu + # emacs bindsym $mod+e exec emacs @@ -169,6 +174,8 @@ exec dbus-update-activation-environment WAYLAND_DISPLAY bindsym $mod+a focus parent for_window [class="steam" title="Friends List"] floating enable + for_window [class="xfreerdp" title="FreeRDP: mhexch13"] floating enable + for_window [class="xfreerdp" title="FreeRDP: mhshare"] floating enable # # Scratchpad: # diff --git a/.emacs b/.emacs @@ -512,10 +512,10 @@ (set-frame-parameter (selected-frame) 'alpha-background value)) ;; (split-window-horizontally) -(toggle-frame-maximized) +;; (toggle-frame-maximized) (set-default 'truncate-lines t) ;; (list-colors-display) for a color picker -(load-theme 'toxi t) +(load-theme 'handmade t) (transparency 100) ;; ;; Startup time diff --git a/device-specific/laptop/hardware b/device-specific/laptop/hardware @@ -1,7 +1,7 @@ font pango:monospace 10 titlebar_padding 1 -output eDP-1 bg ~/Pictures/wallpaper.jpg fill +# output eDP-1 bg ~/Pictures/wallpaper.jpg fill output eDP-1 resolution 2560x1440 scale 1.5 exec swayidle -w \ @@ -9,10 +9,16 @@ exec swayidle -w \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep 'swaylock -f -c 000000' -input "1:1:AT_Translated_Set_2_keyboard" { +input type:keyboard { xkb_options "caps:escape" } +input "1133:49271:Logitech_USB_Optical_Mouse" { + pointer_accel -0.6 +} + input "2:10:TPPS/2_Elan_TrackPoint" { pointer_accel -0.2 } + +exec /usr/libexec/polkit-gnome-authentication-agent-1 &