Compare commits

..

No commits in common. "372523a6d7ef3fdbd6fda4e2eee9bbb6d1aae664" and "5abfea77e411f030025c98f46076a674ed4a3010" have entirely different histories.

4 changed files with 0 additions and 30 deletions

View file

@ -8,12 +8,6 @@
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# Default config
export MACHINE_START_SWAY=false # Whether to start Sway from bash
# Source machine-specific config
[[ -f ~/.machine_config ]] && source ~/.machine_config
# Execute tmux in Alacritty
if [[ "$TERM" == "alacritty" || "$TERM_PROGRAM" == "WezTerm" ]]; then
exec tmux
@ -115,11 +109,3 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true
# Use gpg-agent-ssh
export SSH_AUTH_SOCK=/run/user/1000/gnupg/S.gpg-agent.ssh
# Desktop stuff (Sway)
export QT_QPA_PLATFORMTHEME=qt5ct
export GTK_THEME=Gruvbox-Material-Dark-HIDPI
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
$MACHINE_START_SWAY && [[ -z "$DISPLAY" && $(tty) == /dev/tty1 ]] && exec sway

View file

@ -230,9 +230,6 @@ bindsym $mod+x exec bemenu-run | xargs swaymsg exec --
bindsym Print exec grimshot --notify save area
bindsym Ctrl+Print exec grimshot --notify save window
bindsym Shift+Print exec grimshot --notify save screen
# Use F10 too since on GPD WM2, Fn and Shift / Ctrl conflict
bindsym Ctrl+F10 exec grimshot --notify save window
bindsym Shift+F10 exec grimshot --notify save screen
bindsym Ctrl+Tab workspace next
bindsym Ctrl+grave workspace prev

View file

@ -1,4 +0,0 @@
# set brightness logarithmically by factor 1.4
# .72 is just slightly bigger than 1 / 1.4
bindsym --locked XF86MonBrightnessUp exec light -S "$(light -G | awk '{ print int(($1 + .72) * 1.4) }')"
bindsym --locked XF86MonBrightnessDown exec light -S "$(light -G | awk '{ print int($1 / 1.4) }')"

View file

@ -1,9 +0,0 @@
[Unit]
Description=Dynamic Display Output Configuration
BindsTo=sway-session.target
[Service]
ExecStart=/usr/bin/kanshi
[Install]
WantedBy=sway-session.target