Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
# 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
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
anydesk forensics
1 hour ago | 0.80 KB
OoTMM rando seed 7/28
5 hours ago | 93.67 KB
Untitled
5 hours ago | 5.87 KB
EARNING-BTC ENGINE
CSS | 6 hours ago | 0.38 KB
Secret Guide
6 hours ago | 0.39 KB
Step 7 Enumeration
12 hours ago | 19.79 KB
Disable Drag and Drop Image Improved Plugin i...
PHP | 1 day ago | 1.31 KB
z66is_archive.zip.txt
1 day ago | 1.53 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!