diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 8 | ||||
| -rw-r--r-- | .config/ncmpcpp/config | 2 | ||||
| -rw-r--r-- | .config/shell/profile | 2 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 4 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 12 |
5 files changed, 20 insertions, 8 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7b523a2..b98175c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -19,6 +19,14 @@ for_window [title="Friends List"] floating enable # focus_on_window_activation none focus_follows_mouse yes +# control mouse with keyboard +bindsym Mod1+Control+g exec --no-startup-id xdotool click --clearmodifiers 1 +bindsym Mod1+Control+r exec --no-startup-id xdotool click --clearmodifiers 3 +bindsym Mod1+Control+t exec --no-startup-id xdotool mousemove_relative -- 0 20 +bindsym Mod1+Control+c exec --no-startup-id xdotool mousemove_relative -- 0 -20 +bindsym Mod1+Control+h exec --no-startup-id xdotool mousemove_relative -- -20 0 +bindsym Mod1+Control+n exec --no-startup-id xdotool mousemove_relative -- 20 0 +bindsym Mod1+Control+z exec --no-startup-id xdotool mousemove 3200 2104 # Use wpctl to adjust volume in Pipewire. set $refresh_i3status killall -SIGUSR1 i3status diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index f5c8ab5..7a1c2fc 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -15,7 +15,7 @@ playlist_show_remaining_time = yes browser_display_mode = columns autocenter_mode = yes follow_now_playing_lyrics = yes -lyrics_fetchers = genius, tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, internet +lyrics_fetchers = tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, genius, internet # UI and colors external_editor = nano diff --git a/.config/shell/profile b/.config/shell/profile index e6b31cc..701d778 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -37,4 +37,4 @@ export PATH="$PATH:$HOME/.local/bin:$HOME/.local/src/fzf/bin:$HOME/.npm/bin:/sbi [ -f $HOME/.bashrc ] && . $HOME/.bashrc -[ -f /etc/motd ] && /etc/motd +[ -f /etc/motd.tcl ] && /etc/motd.tcl diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 48f13e5..114a7eb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -5,8 +5,12 @@ set -g status-right "%A, %F - %H:%M" set -g window-status-current-style "underscore" set -g message-command-style 'fg=#000000,bg=#FFFF00' set -g message-style 'fg=#000000, bg=#FFFF00' +# dark set -g status-bg '#333333' set -g status-fg '#FFFFFF' +# light +# set -g status-bg '#bbbbbb' +# set -g status-fg '#000000' set -g set-titles on set -g set-titles-string "#T" set -g automatic-rename off diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index e5226bb..6d42e67 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,11 +7,11 @@ fi eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" -xrandr --addmode HDMI-A-0 1280x960 -xrandr --output HDMI-A-0 --mode 1280x960 --primary -xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 -# xrandr --output DisplayPort-2 --mode 1920x1080 --primary -# xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 +#xrandr --addmode HDMI-A-0 1280x1024 +# xrandr --output HDMI-A-0 --mode 1280x1024 --primary +# xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 +xrandr --output DisplayPort-1 --mode 1920x1080 --primary +xrandr --output HDMI-A-0 --mode 1280x1024 --left-of DisplayPort-1 xset r rate 250 30 xset s off -dpms @@ -24,6 +24,6 @@ xrdb -merge ~/.Xresources /usr/bin/pipewire & /usr/bin/mpd & $HOME/.local/bin/set-wallpaper & -/usr/libexec/polkit-gnome-authentication-agent-1 & +# /usr/libexec/polkit-gnome-authentication-agent-1 & exec i3 |
