Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file has been auto-generated by i3-config-wizard(1).
- # It will not be overwritten, so edit it as you like.
- #
- # Should you change your keyboard layout some time, delete
- # this file and re-run i3-config-wizard(1).
- #
- # i3 config file (v4)
- #
- # Please see https://i3wm.org/docs/userguide.html for a complete reference!
- set $mod Mod4
- # Font for window titles. Will also be used by the bar unless a different font
- # is used in the bar {} block below.
- font pango:DejaVu Sans Mono 8.5
- # This font is widely installed, provides lots of unicode glyphs, right-to-left
- # text rendering and scalability on retina/hidpi displays (thanks to pango).
- font pango:DejaVu Sans Mono 8
- # Before i3 v4.8, we used to recommend this one as the default:
- # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
- # The font above is very space-efficient, that is, it looks good, sharp and
- # clear in small sizes. However, its unicode glyph coverage is limited, the old
- # X core fonts rendering does not support right-to-left and this being a bitmap
- # font, it doesnโt scale on retina/hidpi displays.
- # Use Mouse+$mod to drag floating windows to their wanted position
- floating_modifier $mod
- # start a terminal
- bindsym $mod+Return exec tilix
- # kill focused window
- bindsym $mod+Shift+q kill
- # start dmenu (a program launcher)
- bindsym $mod+d exec dmenu_run -fn 'DejaVu Sans Mono-8.5'
- # There also is the (new) i3-dmenu-desktop which only displays applications
- # shipping a .desktop file. It is a wrapper around dmenu, so you need that
- # installed.
- #bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
- # change focus
- bindsym $mod+j focus left
- bindsym $mod+k focus down
- bindsym $mod+l focus up
- bindsym $mod+semicolon focus right
- # alternatively, you can use the cursor keys:
- bindsym $mod+Left focus left
- bindsym $mod+Down focus down
- bindsym $mod+Up focus up
- bindsym $mod+Right focus right
- # move focused window
- bindsym $mod+Shift+j move left
- bindsym $mod+Shift+k move down
- bindsym $mod+Shift+l move up
- bindsym $mod+Shift+semicolon move right
- # alternatively, you can use the cursor keys:
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- # split in horizontal orientation
- bindsym $mod+h split h
- # split in vertical orientation
- bindsym $mod+v split v
- # enter fullscreen mode for the focused container
- bindsym $mod+f 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
- bindsym $mod+x layout toggle split tabbed stacking
- # toggle tiling / floating
- bindsym $mod+Shift+space floating toggle
- # change focus between tiling / floating windows
- bindsym $mod+space focus mode_toggle
- # floating apps
- for_window [class="Thunar"] floating enable
- for_window [class="PNMixer"] floating enable
- for_window [class="Nitrogen"] floating enable
- for_window [class="Application Finder"] floating enable
- for_window [class="Gajim"] floating enable
- for_window [class="Aktualizacja Systemu"] floating enable
- for_window [class="APTus Upgrade Checker"] floating enable
- for_window [class="Mousepad"] floating enable
- for_window [class="Gedit"] floating enable
- for_window [class="PCManFM"] floating enable
- for_window [class="gThumb"] floating enable
- # focus the parent container
- bindsym $mod+a focus parent
- bindsym $mod+t split toggle
- # focus the child container
- #bindsym $mod+d focus child
- # switch to workspace
- bindsym $mod+1 workspace net
- bindsym $mod+2 workspace irc
- bindsym $mod+3 workspace rss
- bindsym $mod+4 workspace mail
- bindsym $mod+5 workspace png
- bindsym $mod+6 workspace gem
- bindsym $mod+7 workspace ogg
- bindsym $mod+8 workspace term
- bindsym $mod+9 workspace term
- bindsym $mod+0 workspace sys
- # move focused container to workspace
- bindsym $mod+Shift+1 move container to workspace net
- bindsym $mod+Shift+2 move container to workspace irc
- bindsym $mod+Shift+3 move container to workspace rss
- bindsym $mod+Shift+4 move container to workspace mail
- bindsym $mod+Shift+5 move container to workspace png
- bindsym $mod+Shift+6 move container to workspace gem
- bindsym $mod+Shift+7 move container to workspace ogg
- bindsym $mod+Shift+8 move container to workspace term
- bindsym $mod+Shift+9 move container to workspace term
- bindsym $mod+Shift+0 move container to workspace sys
- # switch between the current and the previously focused one
- bindsym $mod+b workspace back_and_forth
- bindsym $mod+Shift+b move container to workspace back_and_forth
- # move the whole workspace to the next output
- #bindsym $mod+x move workspace to output right
- # reload the configuration file
- bindsym $mod+Shift+c reload
- # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
- bindsym $mod+Shift+r restart
- # exit i3 (logs you out of your X session)
- bindsym $mod+Shift+e exec "i3-nagbar -t warning -m '[WYJลCIE] ?' -b '[OPUลฤ i3wm]' 'i3-msg exit'"
- # 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 j resize shrink width 10 px or 10 ppt
- bindsym k resize grow height 10 px or 10 ppt
- bindsym l resize shrink height 10 px or 10 ppt
- bindsym semicolon resize grow width 10 px or 10 ppt
- # same bindings, but for the arrow keys
- bindsym Left resize shrink width 10 px or 10 ppt
- bindsym Down resize grow height 10 px or 10 ppt
- bindsym Up resize shrink height 10 px or 10 ppt
- bindsym Right resize grow width 10 px or 10 ppt
- # back to normal: Enter or Escape
- bindsym Return mode "default"
- bindsym Escape mode "default"
- }
- bindsym $mod+r mode "resize"
- bindsym $mod+y exec xfce4-screenshooter
- bindsym $mod+g exec xfce4-appfinder
- bindsym $mod+m exec flatpak run fi.skyjake.Lagrange
- #client.focused #3a89ff #3a89ff #ffffff #3a89ff #3a89ff
- # color defines for zenburn styled i3
- set $bg #373737
- set $fg #EBDBB2
- set $hi #efef8f
- set $ac #215d9c
- set $tx #ffffff
- set $ia #dbdbdb
- set $be #8faf9f
- set $yw #9d9ced
- set $gn #88b090
- set $rd #FB4934
- # set some nice colors border background text
- client.focused $ac $ac $tx $ac
- client.unfocused $bg $bg $ia
- client.focused_inactive $bg $bg $ac
- client.urgent $rd $rd $tx
- #Start i3bar to display a workspace bar (plus the system information i3status
- # finds out, if available)
- #bar {
- # status_command i3status --config ~/.config/i3/i3status.conf
- # separator_symbol "|"
- # strip_workspace_numbers yes
- # binding_mode_indicator yes
- # workspace_buttons yes
- # tray_padding 2
- # mode dock
- # position bottom
- # colors {
- # background #111111
- # statusline #ffffff
- # separator #ffffff
- # focused_workspace #215d9c #215d9c #ffffff
- # active_workspace #555555 #555555 #555555
- # inactive_workspace #111111 #111111 #ffffff
- # urgent_workspace #111111 #111111 #76a5d7
- # }
- #}
- ### logout / hibernate / poweroff ###
- #set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) #shutdown
- #mode "$mode_system" {
- # bindsym l exec --no-startup-id $Locker, mode "default"
- # bindsym e exec --no-startup-id i3-msg exit, mode "default"
- # bindsym s exec --no-startup-id $Locker && systemctl suspend, mode "default"
- # bindsym h exec --no-startup-id $Locker && systemctl hibernate, mode "default"
- # bindsym r exec --no-startup-id systemctl reboot, mode "default"
- # bindsym Shift+s exec --no-startup-id systemctl poweroff -i, mode "default"
- #
- # # back to normal: Enter or Escape
- # bindsym Return mode "default"
- # bindsym Escape mode "default"
- #}
- #set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
- #bindsym $mod+Insert mode "$mode_system"
- ### rรณลผne ###
- hide_edge_borders smart
- default_border pixel 1
- #for_window [class="XTerm"] floating enable
- #######################################################################
- # automatically start i3-config-wizard to offer the user to create a
- # keysym-based config which used their favorite modifier (alt or windows)
- #
- # i3-config-wizard will not launch if there already is a config file
- # in ~/.i3/config.
- #
- # Please remove the following exec line:
- #######################################################################
- exec --no-startup-id i3-config-wizard
- exec --no-startup-id polybar &
- exec --no-startup-id /usr/bin/flameshot &
- exec --no-startup-id nm-applet &
- exec --no-startup-id gnome-settings-daemon &
- #exec --no-startup-id gxkb &
- exec --no-startup-id sleep 5 && xfce4-clipman &
- exec --no-startup-id blueman-manager &
- exec --no-startup-id compton &
- exec --no-startup-id setxkbmap -option grp:alt_shift_toggle,grp_led:scroll pl,epo,'ru(phonetic)' &
- exec --no-startup-id nitrogen --restore
- exec --no-startup-id sleep 10 && pnmixer &
- exec --no-startup-id /usr/bin/sparky-aptus-upgrade-checker &
- #exec xcompmgr -c -F -t-2 -l-4 -r4 -o.80 &
- #exec --no-startup-id fbxkb &
- #exec --no-startup-id mpd &
- #-cCGfF -o 0.38 -O 200 -I 200 -t 0 -l 0 -r 3 -D2 -m 0.88 &
- #exec --no-startup-id wal -R
- #exec --no-startup-id /usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement