From 98778e2cf3fb9e1b842911c5bd1a0a5a5e924b45 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 17 Jan 2020 20:35:49 +0100 Subject: Minor improvements --- config | 55 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 15 deletions(-) (limited to 'config') diff --git a/config b/config index bc8dd3f..db89941 100644 --- a/config +++ b/config @@ -9,25 +9,33 @@ exec xrdb ~/.Xresources ; i3-msg reload # fake-outputs 3840x1080+0+0 # we basically want to configure our font with ~/.config/fontconfig/* -font pango:FuraCode Nerd Font Mono Retina 9 +# font pango:FuraCode Nerd Font Mono Retina 9 # font pango:Code New Roman Nerd Font 9 +font pango:FuraCode Nerd Font Mono Medium 11 -hide_edge_borders both +# hide_edge_borders both set $mod Mod4 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +# screenshots +bindsym --release Print exec scrot -s + # start a terminal # bindsym $mod+Return exec i3-sensible-terminal -bindsym $mod+Return exec --no-startup-id xfce4-appfinder +# bindsym $mod+Return exec --no-startup-id xfce4-appfinder +bindsym $mod+Return exec --no-startup-id dmenu_run -nb '#e0e0e0' -nf '#000' -sb '#ffffff' -sf '#4271ae' bindsym Mod1+F2 exec --no-startup-id rofi -show run -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff -bindsym $mod+t exec --no-startup-id xfce4-terminal +# bindsym $mod+t exec --no-startup-id dbus-launch terminology +# bindsym $mod+t exec --no-startup-id dbus-launch gnome-terminal +bindsym $mod+t exec --no-startup-id dbus-launch xfce4-terminal +# bindsym $mod+t exec --no-startup-id dbus-launch sakura # bindsym $mod+t exec termite # bindsym $mod+t exec urxvt -bindsym $mod+e exec --no-startup-id thunar -bindsym $mod+l exec --no-startup-id ~/.local/bin/i3lock -f -i "/home/max/.local/share/backgrounds/IMG_5656 - IMG_5684-02.png" +bindsym $mod+e exec --no-startup-id xdg-open $HOME +bindsym $mod+l exec --no-startup-id i3lock -f -i "/usr/share/backgrounds/xfce/xfce-blue.jpg" bindsym $mod+F10 exec pactl set-sink-mute 0 toggle bindsym $mod+F11 exec pactl set-sink-volume 0 -5% @@ -38,7 +46,7 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5% # decrease sound volume bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle # mute sound -bindcode 156 exec xrandr --output LVDS-1 --mode 1024x768 && xrandr --output LVDS-1 --mode 1280x800 +# bindcode 156 exec xrandr --output LVDS-1 --mode 1024x768 && xrandr --output LVDS-1 --mode 1280x800 # kill focused window bindsym $mod+Shift+q kill @@ -182,6 +190,8 @@ bindsym $mod+v split toggle bindsym $mod+space split toggle +# win+backspace +bindsym $mod+BackSpace move workspace to output right bindsym $mod+r mode "resize" # resize window (you can also use the mouse for that) @@ -213,24 +223,38 @@ mode "resize" { -exec xrandr --output HDMI-1 --right-of DP-1 -exec xrandr --output HDMI-1 --right-of VGA-1 +# exec xrandr --output HDMI-1 --right-of DP-1 +# exec xrandr --output HDMI-1 --right-of VGA-1 # exec /usr/bin/xrandr-reset.sh -exec setxkbmap -option caps:escape -exec xset r rate 330 40 -exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1 +# exec setxkbmap -option caps:escape +# exec setxkbmap -layout en_US -variant altgr-intl + +exec xrandr --output HDMI1 --left-of eDP1 +exec xset r rate 330 40 +# exec xinput --set-prop 'Xornet gaming mouse' 'libinput Accel Speed' 0.1 +exec ibus-daemon -xd +exec gpg-agent --daemon exec gnome-keyring-daemon --start --components=secrets # start compositor... exec compton -b --config ~/.config/i3/compton.conf exec nitrogen --restore exec nm-applet +exec kaze +exec /home/cpohle/.local/bin/vdirsyncer_sync +exec owncloud + +# clipboard manger, so that the clipboard survives when a program exits +exec setsid parcellite +# deactivate thinkpad touchpad +exec synclient TouchpadOff=1 + -exec setsid dbus-launch hexchat --minimize=2 +# exec setsid dbus-launch hexchat --minimize=2 # ============================================== @@ -264,12 +288,12 @@ set_from_resource $foreground base16.cursor $cursorColor # Basic bar configuration using the Base16 variables. bar { # status_command i3status --config ~/.config/i3/i3status.conf - status_command /home/max/src/i3status/i3status --config ~/.config/i3/i3status.conf + status_command i3status --config ~/.config/i3/i3status.conf tray_padding 2 mode dock strip_workspace_numbers yes - separator_symbol "│" + separator_symbol " " colors { background $base00 @@ -297,6 +321,7 @@ client.background $background # for_window [class="^.*"] border normal 3 # for_window [title="^.*Thunderbird"] border pixel 0 # for_window [title="^.*Chromium"] border pixel 0 +for_window [title="^.*Firefox"] border pixel 5 # for_window [class="Gvim"] border pixel 0 # for_window [class="(?i)xfce4-terminal"] border pixel 0 # for_window [class="(?i)xfce4-appfinder"] border pixel 0 -- cgit v1.2.3