small pixel drawing of a pufferfish dotfiles

correct email, add light stuff for lappy
j3s j3s@c3f.net
Sat, 21 Dec 2019 18:07:23 -0600
commit

6473a21b7443c0269123558f3d399ef6b58cd363

parent

f422c4f3f105bd037abf2c28ed9e44206766db68

2 files changed, 12 insertions(+), 6 deletions(-)

jump to
M .config/git/config.config/git/config

@@ -26,12 +26,14 @@ [changelog]

format = * %s [%an] [user] name = j3s - email = j3s@cyberia.club + email = j3s@c3f.net [sendemail] smtpserver = mail.c3f.net smtpuser = j3s + smtppass = !"pass c3f" smtpencryption = tls smtpserverport = 587 + annotate = yes [includeIf "gitdir:~/git/"] path = ~/.config/git/config-work [includeIf "gitdir:~/howdocs/"]
M .config/sway/config.config/sway/config

@@ -59,6 +59,11 @@ input "1452:597:Keychron_K2" {

xkb_layout us xkb_options ctrl:nocaps } + +input "1:1:AT_Translated_Set_2_keyboard" { + xkb_layout us + xkb_options ctrl:nocaps +} # # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section.

@@ -69,6 +74,10 @@ # Basics:

# # firstly, enable floating for da float class for_window [class="floatme"] floating enable + + # brightness + bindsym $mod+Up exec light -A 10 + bindsym $mod+Down exec light -U 10 # Start a terminal bindsym $mod+Return exec $term

@@ -100,11 +109,6 @@ bindsym $mod+$left focus left

bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right - # Or use $mod+[up|down|left|right] - bindsym $mod+Left focus left - bindsym $mod+Down focus down - bindsym $mod+Up focus up - bindsym $mod+Right focus right # Move the focused window with the same, but add Shift bindsym $mod+Shift+$left move left