From 2e005dc099cace96681b7ead29a27d86c56acd4d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 12 Nov 2020 03:22:46 +0300 Subject: big i3 config cleanup --- .config/i3/config##c.desktop,h.maus | 211 ++++++++++-------------------------- 1 file changed, 58 insertions(+), 153 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config##c.desktop,h.maus b/.config/i3/config##c.desktop,h.maus index 4a18908..47fb1bd 100644 --- a/.config/i3/config##c.desktop,h.maus +++ b/.config/i3/config##c.desktop,h.maus @@ -1,18 +1,17 @@ # vim: filetype=i3config -# i3 config file (v4) -# Please see https://i3wm.org/docs/userguide.html for a complete reference! +# https://i3wm.org/docs/userguide.html # set modifiers set $mod Mod4 set $alt Mod1 +# use mouse+$mod to drag floating windows to their wanted position +floating_modifier $alt + # launch polybar exec --no-startup-id $HOME/.config/polybar/launch.sh & -# start the screensaver, '' at the end is not a typo -exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock -i ~/Dropbox/Wallpapers/pots.jpg --clock --time-font="FuraCode Nerd Font" --timesize=144 --datestr="" --timecolor=fefefeee --timestr="%H:%M" --radius=45 --timepos="ix:iy-250"' '' - -#autostart +# autostart exec --no-startup-id xsettingsd & exec --no-startup-id picom -b exec --no-startup-id flashfocus & @@ -20,55 +19,46 @@ exec --no-startup-id nextcloud & exec --no-startup-id copyq & exec --no-startup-id redshift-gtk & exec --no-startup-id nm-applet & -# exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & -exec --no-startup-id xdotool key --clearmodifiers Num_Lock exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & exec --no-startup-id /usr/lib/pam_kwallet_init exec --no-startup-id remind -z -k'dunstify -i "view-calendar" "⏰ reminder!" "%s" &' ~/.reminders & # swap caps lock and escape, set keyboard layout -exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace +exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace -# and ctrl to escape +# tap ctrl to esc, hold ctrl to ctrl exec --no-startup-id xcape -e 'Control_L=Escape' -#launch conky windows +# launch conky windows exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf -exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf +# exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf -# set the wallpaper last (hopefully after xrandr) +# set the wallpaper (hopefully after xrandr) exec --no-startup-id ~/.fehbg -# Font for window titles -font pango:Lato 11 - -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $alt +# font for window titles +font pango:Iosevka 11 ############## # bindings # ############## -# i switched back to firefox can you tell -bindsym Ctrl+q exec --no-startup-id true +# launch emoji picker with mod+c +bindcode $mod+54 exec --no-startup-id rofimoji --skin-tone neutral -bindsym $mod+c exec --no-startup-id rofimoji --skin-tone neutral --insert-with-clipboard +# get the mouse out of the way with mod+y +bindcode $mod+32 exec --no-startup-id xdotool mousemove 1087 1101 -# get the mouse out of the way -bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 +# bookmark from clipboard with mod+l +bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c -# bookmark from clipboard -bindsym $mod+u exec --no-startup-id ~/.local/bin/bukuadd_c - -# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) -bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace" # ] on colemak ü on turkish +# swap caps lock and escape, set keyboard layout with mod+] +bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace" # use flameshot with print screen bindsym Print exec flameshot gui # media keys -# bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" -# bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" @@ -77,68 +67,63 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp -# # media keys for "regular" keyboards -# bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" -# bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" -# bindsym $mod+m exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" -# bindsym $mod+q exec --no-startup-id playerctl play-pause -# bindsym $mod+Left exec --no-startup-id playerctl previous -# bindsym $mod+Right exec --no-startup-id playerctl next - -# Make the currently focused window a scratchpad -bindsym $mod+Shift+minus move scratchpad +# make the currently focused window a scratchpad +bindcode $mod+Shift+20 move scratchpad -# Show the first scratchpad window -bindsym $mod+minus scratchpad show +# show the first scratchpad window +bindcode $mod+20 scratchpad show -# Pause notifications for a while +# pause notifications for a while with mod+shift+y bindcode $mod+Shift+32 exec /home/yigit/.local/bin/toggle_notifications.sh # shortcuts for frequent programs -bindsym $mod+Shift+z exec zotero -bindcode $mod+Shift+41 exec thunar # t on colemak f on turkish + +# zotero on mod+shift+z +bindcode $mod+Shift+52 exec zotero +# thunar on mod+shift+t +bindcode $mod+Shift+41 exec thunar # start a terminal bindsym $mod+Return exec kitty # kill focused window -bindsym $mod+Shift+q kill +bindcode $mod+Shift+24 kill bindsym --whole-window $mod+button2 kill -# start rofi (a program launcher) -bindsym $mod+d exec rofi -show combi +# start rofi with mod+s +bindcode $mod+40 exec rofi -show combi -# change focus -bindsym $mod+h focus left -bindsym $mod+j focus down -bindsym $mod+k focus up -bindsym $mod+l focus right +# change focus on mod+hnei +bindcode $mod+43 focus left +bindcode $mod+44 focus down +bindcode $mod+45 focus up +bindcode $mod+46 focus right -# move focused window -bindsym $mod+Shift+h move left -bindsym $mod+Shift+j move down -bindsym $mod+Shift+k move up -bindsym $mod+Shift+l move right +# move focused window on mod+shift+hnei +bindcode $mod+Shift+43 move left +bindcode $mod+Shift+44 move down +bindcode $mod+Shift+45 move up +bindcode $mod+Shift+46 move right -# split in horizontal orientation -bindsym $mod+b split h +# split in horizontal orientation with mod+b +bindcode $mod+56 split h -# split in vertical orientation -bindsym $mod+v split v +# split in vertical orientation with mod+v +bindcode $mod+55 split v -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen toggle +# enter fullscreen mode for the focused container with mod+t +bindcode $mod+41 fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+e layout toggle split +bindcode $mod+39 layout stacking +bindcode $mod+25 layout tabbed +bindcode $mod+26 layout toggle split # toggle tiling / floating bindsym $mod+Shift+space floating toggle -# toggle sticky floating window -bindsym $mod+a sticky toggle +# toggle sticky floating window with mod+a +bindcode $mod+38 sticky toggle # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle @@ -191,95 +176,15 @@ bindsym $mod+Shift+m move container to workspace $wsmusic bindcode $mod+Shift+49 move container to workspace $wszotero bindcode $mod+Shift+60 move container to workspace $wsdesktop -bindsym $mod+z move container to output right +bindcode $mod+52 move container to output right # reload the configuration file -bindsym $mod+Shift+c reload +bindcode $mod+Shift+54 reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart - -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or $mod+r - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+r mode "default" -} -bindsym $mod+r mode "resize" - -# session -mode " (L)ock (S)ignout (R)eboot (P)oweroff" { - bindsym $mod+l exec i3lock -i ~/Dropbox/Wallpapers/pots.jpg --clock --time-font="FuraCode Nerd Font" --timesize=144 --datestr="" --timecolor=fefefeee --timestr="%H:%M" --radius=45 --timepos="ix:iy-250" - bindsym $mod+r exec systemctl reboot - bindsym $mod+p exec systemctl poweroff - bindsym $mod+s exit - bindsym Escape mode "default" -} -bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" - +bindcode $mod+Shift+27 restart +# launch the poweroff menu bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh -set $mode_gaps Gaps: (o)uter, (i)nner -#, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft -set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global) -set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_horiz Horizontal Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_verti Vertical Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_top Top Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_right Right Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_bottom Bottom Gaps: +|-|0 (local), Shift + +|-|0 (global) -# set $mode_gaps_left Left Gaps: +|-|0 (local), Shift + +|-|0 (global) -bindsym $mod+Shift+g mode "$mode_gaps" - -mode "$mode_gaps" { - bindsym o mode "$mode_gaps_outer" - bindsym i mode "$mode_gaps_inner" - # bindsym h mode "$mode_gaps_horiz" - # bindsym v mode "$mode_gaps_verti" - # bindsym t mode "$mode_gaps_top" - # bindsym r mode "$mode_gaps_right" - # bindsym b mode "$mode_gaps_bottom" - # bindsym l mode "$mode_gaps_left" - # bindsym Return mode "$mode_gaps" - bindsym Escape mode "default" -} - -mode "$mode_gaps_outer" { - bindsym plus gaps outer current plus 5 - bindsym minus gaps outer current minus 5 - bindsym 0 gaps outer current set 0 - - bindsym Shift+plus gaps outer all plus 5 - bindsym Shift+minus gaps outer all minus 5 - bindsym Shift+0 gaps outer all set 0 - - bindsym Return mode "$mode_gaps" - bindsym Escape mode "default" -} -mode "$mode_gaps_inner" { - bindsym plus gaps inner current plus 5 - bindsym minus gaps inner current minus 5 - bindsym 0 gaps inner current set 0 - - bindsym Shift+plus gaps inner all plus 5 - bindsym Shift+minus gaps inner all minus 5 - bindsym Shift+0 gaps inner all set 0 - - bindsym Return mode "$mode_gaps" - bindsym Escape mode "default" -} - # for_window [class=".*"] border pixel 5 default_border pixel 2 for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable -- cgit v1.2.3-61-g4310