diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-03-30 22:04:16 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-03-30 22:04:16 +0100 |
commit | 3aa336222fea7fcc4865b5b28d9abed0da0d594d (patch) | |
tree | 209609521b04cd185cf49c3e7edf9f73aada7160 | |
parent | aeea3e54e92e960b323964d1dea358d0e30546a4 (diff) |
change uhhhhhhhhhhhh
-rw-r--r-- | .config/i3/config | 6 | ||||
-rw-r--r-- | .mpd/mpd.conf | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6c94229..7e6945b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,5 +1,4 @@ set $mod Mod4 -set $alt Mod1 exec setxkbmap -option compose:menu font pango:Hack Nerd Font 10 @@ -30,8 +29,7 @@ bindsym $mod+Return exec alacritty # screenshot keys bindsym Print exec flameshot gui bindsym Pause exec flameshot launcher -bindsym $alt+Print exec flameshot screen -bindsym $alt+Shift+Print exec flameshot full +bindsym Mod4+Print exec flameshot screen -c --region 1920x1080+1920+1080 # floating window definitions for_window [class="TeamSpeak 3"] floating enable @@ -64,7 +62,7 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+grave floating toggle -bindsym $mod+$alt+grave focus mode_toggle +bindsym $mod+Mod1+grave focus mode_toggle bindsym $mod+a focus parent # change focus diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf index 681c1ba..896ad88 100644 --- a/.mpd/mpd.conf +++ b/.mpd/mpd.conf @@ -83,7 +83,8 @@ sticker_file "/home/hydrogen/.mpd/sticker.sql" # systemd socket activation is in use. # # For network -bind_to_address "localhost" +bind_to_address "localhost" +bind_to_address "192.168.1.155" # # And for Unix Socket #bind_to_address "/run/mpd/socket" |