aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)AuthorFilesLines
2017-04-16Move get_feature_policy to sway/security.cJerzi Kaminsky2-19/+20
2017-04-16Rename get_policy to get_feature_policyJerzi Kaminsky1-3/+3
2017-04-16Disambiguate get_*_policy() and get_*_policy_mask()Jerzi Kaminsky5-14/+14
2017-04-14Fix style in sway-bar(5) manpageJerzi Kaminsky1-4/+4
2017-04-14Remain compat with libinput < 1.7.0Jerzi Kaminsky1-1/+3
2017-04-12Implement more thourough nvidia config checkDrew DeVault1-4/+35
2017-04-12Downgrade nvidia proprietary driver warningDrew DeVault2-5/+1
2017-04-10Merge branch 'master' into pretty-print-swaymsgDrew DeVault21-84/+351
2017-04-08Merge pull request #1150 from JerziKaminsky/cmake_find_libcapDrew DeVault1-1/+1
2017-04-07Add `-t get_marks` and use more i3-like marksCalvin Lee2-0/+37
2017-04-08Removed explicitly setting file descriptors to -1Scott Anderson1-3/+0
2017-04-07Fix dangling file descriptors (fixes #1152)Drew DeVault1-1/+4
2017-04-07Add libcap check to CMakeJerziKaminsky1-1/+1
2017-04-07Added designated initaliser, to prevent any possible problem withScott Anderson1-12/+11
2017-04-07Changed regular expressions to use PCRE for i3 compatibilityScott Anderson1-23/+17
2017-04-05Improve criteria handlingCalvin Lee14-53/+110
2017-04-03Impliment i3-style marksCalvin Lee9-0/+180
2017-04-03Update man pageDrew DeVault1-2/+2
2017-04-03Add pretty printing to swaymsgDrew DeVault2-10/+63
2017-03-19Prevent "move next" and "move prev" commands from crashingJarkko Oranen1-1/+1
2017-03-19The default layout of a workspace should follow the outputJarkko Oranen1-1/+1
2017-03-18prevent fullscreen focus thieveryZandr Martin1-2/+5
2017-03-18remove unnecessary todo itemZandr Martin1-5/+1
2017-03-18Fix off-by-one error when checking workspace_layout argumentsJarkko Oranen1-4/+4
2017-03-16Allow also 444 for security file modeJaanus Torp2-3/+3
2017-03-13Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliasesZandr Martin68-16/+101
2017-03-13Fix trivial typo in sway.5.txt (right_ -> _right_)John Chen1-1/+1
2017-03-10UnGNUify the codebaseDrew DeVault67-11/+96
2017-03-10Further indentation correctionsDrew DeVault2-4/+4
2017-03-09deprecate new_window and new_float commandsZandr Martin6-86/+109
2017-03-08fix workspace output assignmentZandr Martin1-1/+1
2017-03-01Fix #1099: Allow spaces in worspace namesCalvin Lee2-30/+43
2017-03-01Clarify move documentation for floating containersCalvin Lee1-2/+3
2017-03-01i3 feature support: Moving flotaing containersCalvin Lee3-15/+49
2017-02-23Move env logging to earlier than wlc_initDrew DeVault1-3/+3
2017-02-20Read configs from /etc/sway/security.d/*Drew DeVault7-42/+70
2017-02-20Add * policies and fix bugDrew DeVault2-0/+5
2017-02-20Enforce new IPC policiesDrew DeVault2-11/+62
2017-02-20Add initial support code for new IPC securityDrew DeVault5-54/+60
2017-02-19Revise IPC security configurationDrew DeVault2-16/+20
2017-02-14use absolute view geometry to calculate positionZandr Martin1-8/+8
2017-02-06xdg-positioner: log window placementMykyta Holubakha1-0/+16
2017-02-06Handle xdg-positioner stuffMykyta Holubakha1-16/+57
2017-01-19Merge pull request #1055 from Hummer12007/positionerDrew DeVault1-0/+18
2017-01-19Properly place windows with xdg-positionerMykyta Holubakha1-0/+18
2017-01-18Merge pull request #1053 from Hummer12007/__focused__Drew DeVault1-5/+10
2017-01-19Support __focused__ as a valid criterionMykyta Holubakha1-5/+10
2017-01-19Display instance (if present) in nested layoutsMykyta Holubakha1-1/+3
2017-01-19Add window instance supportMykyta Holubakha3-3/+21
2017-01-17add hide_edge_borders smart to sway.5 manualFrantisek Fladung1-1/+1